Home » JAVA Programming » Strings » Question
  1. Which of these method of String class can be used to test to strings for equality?
    1. equal()
    2. equals()
    3. isequal()
    4. isequals()
    5. None of these
Correct Option: B

equals()



Your comments will be displayed only after manual approval.