Question: object1 and object2 are two distinct Java objects, instantiated from the same class. The values of object1's instance variables (attributes) are identical to the values
object1 and object2 are two distinct Java objects, instantiated from the same class. The values of object1's instance variables (attributes) are identical to the values for the same instance variables in object2. What does object1 == object2 evaluate to?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
