Site hosted by Angelfire.com: Build your free website today!
 

Encapsulation and Access to Class Members

In Java, through the use of the keywords: public, private, protected and a default access modifier. These access modifiers can be used in front of any method or variable;

public static void main (String[] args)