No, == between Integer, Long etc will check for reference equality - i.e.. Integer x = ...; Integer y = ...; System.out.println(x == y);.
確定! 回上一頁