In general, the common sense rule in Java is that objects always get compared with objA.equals(objB) and primitives get compared with primA == ...
確定! 回上一頁