Which of these method of class String is used to compare two String objects for their equality?
(a) equals()
(b) Equals()
(c) isequal()
(d) Isequal()
The question was posed to me in my homework.
My doubt is from String Comparison topic in division String Handling of Java