Question: If the Point class doesn t override the equals ( ) method in the Object class, what will the following code do ? Point p

If the Point class doesnt override the equals() method in the Object class, what will the following code do?
Point p1= new Point(3,4);
Point p2= new Point(3,4);
System.out.println(p1.equals(p2));

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!