Suppose that you declare two String objects as: String word1…
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, and the user types happy, the value of word1 == word2 is _________________.
Read Details