Choose a topic to test your knowledge and improve your ANT skills
What is true about Ant?
Ant stands for?
ANT provides the cross-platform deployment that can run on any platform.
_____ is a popular dependency manager
A built tool is software which is used to ?
What are the features of Ant?
Which of the following is true about target?
Which of the following property defines the name of current project?
Ant does not need to set class path.
Ant can be used for?
Which of the following is true about Apache IVY?
Which terms refers to the name of the company, individual developer or team name who creates the project or library?
Which represents continuous development, nightly build?
Type identifies the artifact category like jar, war, src, doc etc?
Which of the following are features of Apache Ivy?
Which tag of Ivy Settings File, set an ivy variable. Cardinality: 0..n?
Which is the use of parsers tag?
____ task is used to resolve dependencies to a specified location in project workspace.
publish task is used to publish current artifacts and its resolved descriptor files to mentioned repository.
typedef define new types in ivy.
What Is Apache Nifi?
A __________ is a message or event data or user data, which is pushed or created in the NiFi.
_____ is a main component in the NiFi, which will really work on the FlowFile content and helps in creating, sending, receiving, transforming routing, splitting, merging, and processing FlowFile.
Is There A Programming Language That Apache Nifi Supports?
NiFi 1.0 there is ____________ philosophy is considered.
Apache NiFi consist of a ?
_______ process is used to fetch files of a specific format from a specific directory.
______ processors are used to route the flowfiles to different processors or data flows according to the information in attributes or content of those flowfiles.
______ processors are used to run processes or commands in any operating system.
Template is a re-usable workflow.
AWT stands for ?
The subclass of a java.awt.Component class is known as a ?
What is the super class of all components of Java?
The subclass of a java.awt.Container class is known as a container.
How many layout managers defined in java.awt package?
A ___________ dictates the style of arranging the components in a container.
Which method used to place some text in the text field?
What is the listener used to handle the events of a text field?
Which method used to change the foreground (text) color of components like text field?
getLabel() method used to retrieve the label of a button.
EJB stands for ?
How many types of enterprise bean in java?
_____ encapsulates business logic.
How many types of session bean?
A Stateless session bean is a business object that doesn't maintain the conversational state with the client.
_____ is a messaging service to create, send and receive messages asynchronously.
What are the advantages of JMS?
In ___________, one message is delivered to one receiver only.
In which model, one message is delivered to all subscribers?
Message Driven Bean (MDB) encapsulates business logic. It is invoked by passing the message. It is like JMS receiver.