Friday, June 29, 2012

Another way of System.out.println();

Hi Guys,

                         This is the another way of printing something to console.

import static java.lang.System.out;
 
public class ShortSOP {
public static void main(String[] args) {
out.println("Hello, world");
}
}

Thanks,

Rajesh Kumar yuvaraj

No comments:

Post a Comment