Java Programming
Define the system properties in command line by specifying:
ant run -Dhost=arjun
Generically you can pass properties by -Dkey=value format
You can pass multiple properties this way.
When using enums in a switch, it is almost natural to assume they will be used like a regular switch.
While debugging code Java programmers often use System.out.println().