Multiple Choice
Which is not a method of the String class?
A) length
B) toUpperCase
C) toLowerCase
D) println
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q27: Which of the following is the best
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
Q33: Which of the following is a mutator