I really do mean identity-equality here.
For example, will the following always print true?
System.out.println("foo".getClass() == "fum".getClass());
I really do mean identity-equality here.
For example, will the following always print true?
System.out.println("foo".getClass() == "fum".getClass());