Explain this:

If there is code involved, please post it with your explanation. For example,

System.out.println( name );

will print the String "Mohan" to the console (or standard out), but...