Java Keywords

Every programming language consists of keywords. Some time those are called as reserved words. Every keywords is having a specific meaning and use. According to principles of programming languages too less keywords programming language is not good and also too many keywords language is not good as the developer has to remember all the keywords.

boolean byte int short long
double float if else while
for switch break continue static
void final abstract throw try
catch finally interface class extends
implements public private protected