The equals() method takes the reference of object as parameter. State true or false.
Answers
Answered by
4
Explanation:
true.
The java.lang.Object.equals(Object obj) indicates whether some other object is "equal to" this one.
syntax-
public boolean equals(Object obj)
where obj − the reference object with which to compare
Answered by
1
Answer:
true
Explanation:
trust me
Similar questions