Computer Science, asked by kennykipa8125, 11 months ago

The equals() method takes the reference of object as parameter. State true or false.

Answers

Answered by charlie1505
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 aniketsingh0305
1

Answer:

true

Explanation:

trust me

Similar questions