what is the difference between equals method and ==
Answer Posted / leo zhao
Hi Ravi,
a==c----> returns true, only if obj1 c = a.
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What is variable and its types?
What are the differences between throw and throws?
Garbage collection in java?
What is downcasting?
What are the different collection views provided by maps?
What is instance synchronization?
What is class forname?
What is a newline character in java?
Explain the difference between static and dynamic binding in java?
What are memory tables?
Can you use abstract and final both with a method?
What is the difference between the font and fontmetrics classes in java programming?
How do you insert a line break?
How many times finalize method will be invoked? Who invokes finalize() method in java?
How can you read content from file in java?