Apache Ant MCQ Questions And Answers - Java Technologies

Apache Ant MCQs : This section focuses on "basics" of Apache Ant. These Multiple Choice Questions (MCQ) should be practiced to improve the Apache Ant skills required for various interviews (campus interviews, walk-in interviews, company interviews), placements, entrance exams and other competitive examinations.

1. What is true about Ant?

A. Ant is an open source codeĀ 
B. Ant is Java-based build tool sponsored by Apache Software Foundation.
C. Ant is kind of like Make.
D. All of the above

View Answer


2. Ant stands for?

A. Apache Neat Tool
B. Another Next Tool
C. Another Neat Tool
D. Apache Next Tool

View Answer


3. ANT provides the cross-platform deployment that can run on any platform.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say

View Answer


4. __________ is a popular dependency manager

A. Make
B. Ivy
C. Jar
D. None of the above

View Answer


5. A built tool is software which is used to ?

A. build project
B. build directory structure
C. copy necessary files to that directory
D. All of the above

View Answer


6. What are the features of Ant?

A. Open source
B. Cross plaform
C. Extensible
D. All of the above

View Answer


7. Which of the following is true about target?

A. Targets can have dependencies on other targets
B. Dependencies are denoted using the depends attribute
C. Both A and B
D. None of the above

View Answer


8. Which of the following property defines the name of current project?

A. ant.file
B. ant.project.name
C. ant.name
D. name

View Answer


9. Ant does not need to set class path.

A. Yes
B. No
C. Can be yes or no
D. Can not say

View Answer


10. Ant can be used for?

A. Small Project
B. Large Project
C. Both type of project
D. None of the above

View Answer




Discussion



* You must be logged in to add comment.