Ray's playground

 

Operators(Thinking in Java)

  The default behavior of equals( ) is to compare references. So unless you override equals( ) in your new class you won’t get the desired behavior.

  Java programmers cannot implement their own overloaded operators like C++ and C# programmers can. 

posted on 2010-01-14 08:55  Ray Z  阅读(193)  评论(0编辑  收藏  举报

导航