Simple Java Program Without Main Function

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

Comments

Popular posts from this blog

How to set background color of navigation bar in iPhone

Checking Device Info in ios

Some Interactive tips to take input form GUI Dialogs