Pages

Friday, 2 January 2015

Write A Program Without main() Method in Java.

Write A Program Without main() Method in Java.



class Demo { static { System.out.println("hello world"); System.exit(0); } }

No comments: