Multiple choice technology architecture

we can re-name the build.xml ?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

You can rename build.xml to any name you like - Ant doesn't hardcode the filename. When running Ant, you specify the build file with the -f or -file flag (e.g., 'ant -f my-build.xml'). The default is build.xml only for convenience, not as a requirement.