Given two reference variables t1 and t2, if t1.equals(t2) is true, t1 == t2

Given two reference variables t1 and t2, if t1.equals(t2) is true, t1 == t2 ___________.


A. is always false
B. is always true
C. may be true or false

The correct answer is C


Java

Learn More Multiple Choice Question :