Multiple choice technology architecture

which tag used to display messages in the ant console ?

  1. print

  2. out

  3. write

  4. echo

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

The tag in Apache Ant build tool is specifically designed to display messages to the console during build execution. This is the standard way to output build progress or debug information in Ant build scripts. The other options (print, out, write) are not valid Ant tags for console output.