Reserved words in java

Words which represent some meaning or functionality are called reserved words

In java there are "53" reserved words

They are divided into
1. Keywords
2. literals

Keywords: They represent certain functionality
Literals: They represent certain value


Reserved Literals:
  1. true
  2. false
  3. null
There are 50 Keywords
Two of them are unused Keywords: They are const and goto.

and the remaning will be if else switch etc.

Comments

Popular posts from this blog

Non primitive data types in java