I am a beginner with Java. I have the following basic questions about
the language:
What is the difference between:
public class and private class
public method and private method
public main method and private main method
any other important publics and privates if they exist.
I would really appreciate if someone could provide some insight.