Suppose that you declare two String objects as:
String word1 = new String("happy");
String word2;
When you ask a user to enter a value for word2, if the user types “happy”, the value of word1 == word2 is __________ .
a. true
b. false
c. illegal
d. unknown
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.