Home » JAVA Programming » Strings » Question
  1. Which of these method of class String is used to compare two String objects for their equality?
    1. Isequal()
    2. isequal()
    3. Equals()
    4. equals()
    5. None of these
Correct Option: D

equals()



Your comments will be displayed only after manual approval.