Ant

Java ANT Projects

Java ANT Project 1

Java ANT Examples

Java ANT EXAMPLE

Ant Obective Questions And Answers
More interview questions and answers

What is ant? 1.Build Tool Only For Java. 2.Build Tools Only For .Net 3.A language 4.Build Tool

4.Build Tool 

How to make build directory in XML file? 1. 2. 3. 4. none

Which one is the properties of the Ant? 1. Basedir 2. basedir 3. rootdir 4. none

basedir

Which one is not a properties of the Ant? 1. ant.java.version 2. ant.version 3. ant.create 4. ant.home

ant.create

Which one is true method foe message printing in xml file? 1. printf 2. println 3. echo 4. none

echo

We can execute the class file with help of Ant? 1. true 2. false

true

What is Stand for is Ant VM? 1. Account Virtual Machines 2. Accountable Virtual Machines 3. Amountable Virtual Machines 4. none

Accountable Virtual Machines

What is the name of the sqlDriver 1. org.gjt.mm.mysql.Driver 2. org.gjt.mm.mysql.driver 3. org.Gjt.mm.mysql.driver 4. none

org.gjt.mm.mysql.Driver

How to set the Source directory in Ant? 1. 2. 3. 4. none

Which one code is used to set the Destination directory in Ant?1. 2. 3. 4. none

Which one is true code for delete the directory in Ant? 1. 2. 3. 4. none

Ant Can make directory with relative path?1. true2. false

true

Which one is the sign of path seperator in Ant? 1. . 2. ; 3. , 4. :

3),