SCJP Certification

Sun Certified Java Programmer Certification exam essentials

Archive for August 27th, 2009

August 27th, 2009

What will happen if a program does not override the equals() method?

No Comments, Java Facts, by Daisy Williams.

equals() method checks whether or not the instances refer to the same object. equals() method. It is defined in the…

Share