Which of the following are Java keywords?area, input, class, public, int, x, y, radius, long, Hello java
12 Likes
class, public, int, long are Java keywords.
Answered By
6 Likes
What are identifiers in Java? List three identifier formation rules.
What is a token in Java? Name the tokens available in Java.
Explain the following statement — "In Java, total, Total, ToTaL, and TOTAL are all different identifiers."
Why can a keyword not be used as a variable name?