Which of the following are Java keywords?
input, class, public, int, x, y, radius
21 Likes
class, public, int are Java keywords.
Answered By
14 Likes
What is a token in Java? Name the tokens available in Java.
Why can't you use a keyword as a variable name?
What are identifiers in Java? List three identifier formation rules.
Explain the following statement — "In Java, total, Total, ToTaL, and TOTAL are all different identifiers."