Changes

Jump to navigation Jump to search
6 bytes removed ,  20:32, 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 child classes.
+
protected → can only be by the class where it was declarated and from it's package.
    
== Eclipse shortcuts ==
 
== Eclipse shortcuts ==

Navigation menu