What does the token 'keyword' refer to context of Java. Give an example for keyword?
Answers
Answered by
6
Answer:
Keywords are reserved words, which have special meaning to Java compiler. They form the vocabulary of the language Keywords can not be used as identifier. e.g., class, if, char, new, int etc.
Answered by
0
Answer:
The reserved words used in the system that send a special meaning to the computer and can't be applied as a variable name in a program are called keywords.
For example:- switch , throws. etccc
Explanation:
mark as BRAINLIST
please follow me and give a thanks
Similar questions