Can we replace main() with static block or with other static methods?

Can we replace main() with static block or with other static methods?

what is the use of public static void main()?can't we achieve the same thing through static block or through other static methods?

View Answers

February 19, 2011 at 1:21 PM

we can use static block instead of main method because static block executes before the main method this is used when a program needs two main methods we have to write second main method inside the static block









Related Tutorials/Questions & Answers:

Ads