What are keywords ? Give an example.
22 Likes
Keywords are reserved words that have a special meaning to the Java compiler. Example: class, public, int, etc.
Answered By
14 Likes
The default value of a boolean variable is:
int x = 98; char ch = (char)x; what is the value in ch?
Which of the following is a valid java keyword?