KEYWORDS IN JAVA

Java Keywords
  • In Java version 1.4, there are 49 keywords and in Java version 1.5 and above there are 50 keywords.

The 50 keywords are as shown below:

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


TIP: Students your remember the java keywords in alphabetical order. Then it is very easy to learn the keywords.