Computer Applications
Distinguish between Keyword and Identifier.
Values & Data Types Java
40 Likes
Answer
Keyword | Identifier |
---|---|
Keywords have a special meaning for Java compiler. | Identifiers are used to name different components of a program such as variables, methods and objects. |
Keywords are reserved by the compiler for its own use. | An identifier must not be a Keyword. |
Answered By
25 Likes