Search

Is it mandatory to define a main() method in all java classes ?



No not required. main() method should be defined only if the source class is a java application.