Google News
logo
Java - Interview Questions
Is it possible to compile and run a java program without writing main( ) method?
Yes, it is possible by using a static block in the java program.
Advertisement