You are correct. Just remember that the == operator can also be used to compare primitive values (char, int, boolean, etc) in which case, only values are compared, not memory locations.
What is the difference between == and equals() in Java?
I wanted to clarify if I understand this correctly:
- `==` -> is a reference comparison, i.e. both objects point to the same memory location
- `.equals()` -> evaluates to the comparison of values in the objects
Am I correct in my understanding ?
Follow
1
Add comment
More
Report
1 Expert Answer
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.