

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is an Ant build in Java?
ANT stands for Another Neat Tool. It is a Java-based build tool from Apache.
Ant is used to simplify the mundane tasks such as compiling the code, packaging the binaries, deploying the binaries to the test server, testing the changes, copying the code from one location to another etc. It is an Operating System build and deployment tool that can be executed from the command line.
- Related Questions & Answers
- How to build an ant file for a Java Eclipse project?
- What is maven automatic build tool in Java eclipse projects?
- Stream.Builder build() in Java
- What are the different build tools in Java?
- Difference between Ant and Maven.
- IntStream.Builder build() method in Java
- DoubleStream.Builder build() method in Java
- LongStream.Builder build() method in Java
- What is an array in Java?
- What is an abstraction in Java?
- what is an iterator in Java?
- The build() method in Java LongStream.Builder
- The build() method in Java Stream.Builder
- What is an Inner class in Java?
- What is an I/O filter in Java?
Advertisements