Explore topic-wise MCQs in Technical MCQs.

This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.

1.

Ant can be used for?

A. Small Project
B. Large Project
C. Both type of project
D. None of the above
E.
Answer» D. None of the above
2.

Ant does not need to set class path.

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

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

A. ant.file
B. ant.project.name
C. ant.name
D. name
Answer» C. ant.name
4.

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
Answer» D. None of the above
5.

What are the features of Ant?

A. Open source
B. Cross plaform
C. Extensible
D. All of the above
Answer» E.
6.

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
Answer» E.
7.

__________ is a popular dependency manager

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

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
Answer» B. FALSE
9.

Ant stands for?

A. Apache Neat Tool
B. Another Next Tool
C. Another Neat Tool
D. Apache Next Tool
Answer» D. Apache Next Tool
10.

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
Answer» E.