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.
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.
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M