A Public Vs. Nonpublic Classes
Probably we used to declare the method and class as a public .
But the there is also the classes where there is no any public
or any private .
We can make two or many classes in a single class file.
* But when declaring numerous class the class file must contain
at least one public class whose class must match to class file
name.
Read More »A Public Vs. Nonpublic Classes