ANT Interview Questions and Answers
Question: What is ANT?Answer: ANT full form is Another Needed Tool. Ant is a build tool that is java based. A build tool performs the following tasks:Compiling java code into byte code Placing this byte code in a package Deployment to production systems Document creation and release notes preparation. |
Save For Revision
Bookmark this item, mark it difficult, or place it in a revision set.
Log in to save bookmarks, difficult questions, and revision sets.
Is it helpful? Yes No
Most helpful rated by users:
- What is ANT?
- Explain ANT functionality.
- Explain using ANT and give an small example.
- How to set Classpath in Ant script?
- How to set property file in Ant script?