Computer Science, asked by ashrafraushan, 5 months ago

What does the token 'keyword' refer to context of Java. Give an example for keyword?​

Answers

Answered by sheikhbhi10
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 alkamodi04406
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