whats the difference between == and .equal ?
Answer Posted / guest
== compares the objects but .equals compare the value of the
objects.
| Is This Answer Correct ? | 18 Yes | 9 No |
Post New Answer View All Answers
What does null mean in java?
What does those terms actually mean included in the j.d.k i.6?
How do you square a number in java?
Does java set allow duplicates?
What does system out println () do?
Why main function is static?
Can a class be declared as static?
What is instance synchronization?
Is arraylist ordered in java?
Where will it be used?
What is return in java?
Give example to differentiate between call by value and call by reference.
What is class forname?
Which class represents the socket that both the client and server use to communicate with each other?
What is difference between equal and == in java?