What is the return type of equals()?
Answers
Answered by
1
Answer:
The equals() method compares two strings, and returns true if the strings are equal, and false if not.
Explanation:
Answered by
1
Answer:
Boolean
Explanation:
Its either true or false
Similar questions