What are the reserved words in Java language?

: 698
Paper : Java FAQ (Frequently Asked Questions and answers) for freshers | Platform : Object-oriented programming Language | Category : Programming FAQs

Reserved words are pre-defined words in the language. These words have an already defined meaning in the language. The programmer can not these words a name of the variable, identifier, or function name. If a programmer tries to do that a program will through an error.