Multiple Choice
Which of the following is not a rule that must be followed when naming identifiers?
A) The first character must be one of the letters a-z, A-Z, and underscore or a dollar sign.
B) Identifiers can contain spaces.
C) Uppercase and lowercase characters are distinct.
D) After the first character, you may use the letters a-z, A-Z, the underscore, a dollar sign, or digits 0-9.
Correct Answer:

Verified
Correct Answer:
Verified
Q30: The boolean data type may contain which
Q31: Named constants are initialized with a value
Q32: Which of the following statements correctly creates
Q33: The Java API provides a class named
Q34: When the + operator is used with
Q36: What is the value of z after
Q37: If x has been declared an int,
Q38: Which of the following is not a
Q39: What will be displayed as a result
Q40: Character literals are enclosed in _ and