Recommended: Sing it, brah! 5 fabulous songs for developers
JW's Top 5
We are using public static void main(String args[]) in main method and this main method can access all the classes which are non static in our program. why it is happen. Because one static method can access only another static method. then how main() method which is static can access another non static classes or methods