Multiple Choice
Which of the following is the best choice for a variable identifier that will store a name?
A) name
B) Name
C) n
D) nm
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: The input to a method is called
Q23: A method name is _ if a
Q24: Which package is automatically imported in any
Q25: The "building blocks" that Java programmers use
Q26: Which of the following method calls illustrate
Q28: Which is not a method of the
Q29: What is the purpose of a test
Q30: If greeting refers to a String object,
Q31: Which of the following statements about methods
Q32: What do object variables store?<br>A)objects<br>B)classes<br>C)object references<br>D)numbers