How many class can be public in Java Program?
How many class can be public in Java Program? A JAVA Program can have any number no class but at most one class can be declared as public. If there is public class then the name of the Java program must be same as public class otherwise we will . . . Read more