What is difference between == equals () and compare to () method?

The 2 main differences are that: equals will take any Object as a parameter, but compareTo will only take Strings . equals only tells you whether they’re equal or not, but compareTo gives information on how the Strings compare lexicographically.

Sizin İçin Seçtik  How many methods are there in String class in Java?

Leave a Reply

Your email address will not be published. Required fields are marked *