Tag: Java

  • Java and C++, hmmm…

    Java and C++, hmmm…

    Java can’t do: An unfortunate, in my opinion, consequence of not being able to overload operators is the == operator function with objects. This operator only compares instances of objects as opposed to the content of those objects. Which is confusing in light of the primitive int and Java object Integer class, for example. So…