What is different between ant and make?



What is different between ant and make?..

Answer / Surendra Pal Kardam

Ant and Make are both build tools, but they have some key differences. Ant is written in Java and designed specifically for building Java projects, while Make is a more general-purpose tool that can be used for various types of projects. Ant uses XML build files, while Make uses Makefiles written in a custom language.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Ant Interview Questions

List some basic functions performed by ant.

1 Answers  


Explain the concepts of ant?

1 Answers  


Explain using ant and give an small example?

1 Answers  


Explain how to use clean in ant script?

1 Answers  


Can you define build tool?

1 Answers  


Explain how to use pmd validation in ant script?

1 Answers  


How we can echo message in ant?

1 Answers  


How you can explain ant property?

1 Answers  


Can you explain ant functionality?

1 Answers  


What is different between ant and make?

1 Answers  


Can I put the contents of a classpath or fileset into a property?

1 Answers  


What is apache ant?

1 Answers  


Categories