If you declare two String objects as:
String word1 = new String("happy");
String word2 = new String("happy");
the value of word1.equals(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.