Multiple Choice
Which of the following statements about strings is NOT true?
A) When you use the assignment operator to assign a string to a String variable, the computer allocates memory space large enough to store the string.
B) When a string is assigned to a String variable, the string cannot be changed.
C) The class String contains many methods that allow you to change an existing string.
D) A String variable is actually a reference variable.
Correct Answer:

Verified
Correct Answer:
Verified
Q31: Strings assigned to StringBuffer variables can be
Q32: Based on the code in the accompanying
Q33: Given the method heading in the accompanying
Q34: An actual parameter is a variable or
Q35: Within a method, an identifier used to
Q37: When a program executes, the first statement
Q38: The technique to solve a problem by
Q39: Which of the following statements about the
Q40: Which of the following identifiers seen in
Q41: The return statement must be the last