In Java, which one will be used for comparing whether the two String object str1 and str2 are same --
A
str1==str2
B
str1,equalslgnore Case(atr2)
C
All of the above
Correct Answer: str1,equalslgnore Case(atr2)