ICSE Class 8 Computer Studies
Question 5 of 33
Introduction to Java & BlueJ — Question 5
Back to all questions 5
Question Question 5
What do you understand by the term Keyword?
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.