Home » JAVA Programming » Strings » Question
  1. Which of these methods is used to compare a specific region inside a string with another specific region in another string?
    1. regionMatches()
    2. regionMatch()
    3. match()
    4. RegionMatches()
    5. None of these
Correct Option: A

regionMatches()



Your comments will be displayed only after manual approval.