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

Verified
Correct Answer:
Verified
Q1: What is the result of the following
Q3: A Java program must have at least
Q4: A Java source file must be saved
Q5: What would be displayed as a result
Q6: Which Scanner class method reads a String?<br>A)
Q7: Which of the following is not a
Q8: When you call one of the Scanner
Q9: Programming style includes techniques for consistently putting
Q10: Which of the following statements is invalid?<br>A)
Q11: To display the output on the next