what is the difference between equals method and ==
Answer Posted / nagarjuna
equals method check the contents of the objects and returns
the boolean value.
== check the objects references
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which is the class in java?
what do you mean by marker interface in java?
Can we increase size of array?
What is parsing a string?
How many types of equations are there?
what do you mean by classloader?
List two java ide’s?
What is complexity and its types?
What all methods are used to prevent thread execution ?
Who developed java?
What is floor math?
Explain about fail fast iterators in java?
What is exception handling in java?
Difference between error and exception
Can a final method be overloaded?