Computer Applications
What do you understand by the term Keyword?
Java Intro
34 Likes
Answer
Keywords are reserved words that have a special meaning for the Java compiler. Java compiler reserves these words for its own use so Keywords cannot be used as identifiers. For example, void, public, class, int, etc.
Answered By
19 Likes