Computer Science, asked by pari10034, 10 months ago

difference between reserved word and keyword in Java​

Answers

Answered by shivanireddy42
0

Answer:

Keywords have a special meaning in a language, and are part of the syntax. Reserved words are words that cannot be used as identifiers (variables, functions, etc.), because they are reserved by the language. In practice most keywords are reserved words and vice versa.

Similar questions