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
C) 3600 + “Sunny day”
B) “Sunny day”
D) None of these
Let's find answer to your question.
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
C) 3600 + “Sunny day”
B) “Sunny day”
D) None of these