Multiple Choice
Suppose the String variable str points to the String object "Sunny day" at the memory address 3600. Then the value of str is:
A) the memory address 3600
B) "Sunny day"
C) 3600 + "Sunny day"
D) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q39: The new operator is used to create
Q40: Which of the following is an area
Q41: If length denotes the length of a
Q42: Given a decimal number, the method format
Q43: The default output of decimal numbers of
Q45: The class JOptionPane allows a programmer to
Q46: To use the contents of the java.lang
Q47: String objects are mutable.
Q48: Based on the code above, what is
Q49: Which of the following is the member