Can we make the main() method as final in Java ?

Yes, you can make the main() method final. 
The below diagram demonstrates that we can have a main() method as final in Java.


Comments