KwickClips Java · 42 sec · free
Why is == false for two identical strings?
Short answer. Because they can be two separate objects with the same text.
What does compareTo return when the strings are equal?
0.
Compare text
| Method | Result |
|---|---|
| == | same object? |
| equals | same text |
| compareTo | order number |
Remember
| Use equals for text |
| equalsIgnoreCase skips case |
Both say Riya. Why is double equals false? Three checks. Double equals checks the object. Equals checks the text. Compare to gives dictionary order. Remember. Use equals for text. Equals ignore case skips capitals.
This clip is from the full lesson: The String Class and String Methods — 8 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: CBSE Class 12 Information Technology (802), ICSE Class 10 Computer Applications, ICSE Class 10 Computer Applications, ICSE Class 10 Computer Applications
More KwickClips from this lesson
Why did my string stay in small letters?39 sec
Where does indexing start?43 sec
How do you remove extra spaces a user typed?42 sec
How do you check a palindrome?41 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

