Posts

Showing posts from February 11, 2011

Simple Java Program Without Main Function

Image
class WithoutMain {  static { System.out.println("Hello Visitors"); System.exit(0); } }

Programming in Java

This Blog will be updated soon