Changes

Jump to navigation Jump to search
86 bytes added ,  20:39, 2 April 2015
Line 273: Line 273:  
public final static → constant.<br />
 
public final static → constant.<br />
 
private → can only be accesed from the class where it was declared.<br />
 
private → can only be accesed from the class where it was declared.<br />
protected → can only be by the class where it was declarated and from it's package.
+
protected → can only be by the class where it was declarated, subclasses and from it's package.<br />
 +
no access specifier → only accesible from the same package.<br />
    
== Eclipse shortcuts ==
 
== Eclipse shortcuts ==

Navigation menu