Gadgets

Monday, 25 February 2013

Java Keywords



A Keyword is that which have a special meaning. Keywords is a word that we can identify easily in java program, it shows keywords in blue color. Keywords start with small letter.

List of keywords:-

abstract         assert
boolean          break             byte
case                catch              char              class            const       continue
default           do                   double   
else                 enum             extends
final               finally            float for
goto    
if                    implements    import         instanceof    int          interface
long  
native             new
package         private            protected     public
return    
short            static                 strictfp         super           switch    synchronized 
this              throw                 throws         transient      try  
void             volatile
while

No comments:

Post a Comment