What does the 'keyword' refer to, in the context of Java? Give examples.
Answers
Answered by
1
Answer:
Keywords are reserved words used in programming. Each keyword conveys a special meaning to the compiler. E.g. boolean, byte, catch,class,enum.
Hope it helps you buddy!!
Please rate me 5 stars
Similar questions