Computer Science, asked by mohdsaifhashmi3, 4 months ago

What is the return type of equals()?​

Answers

Answered by Anonymous
1

Answer:

The equals() method compares two strings, and returns true if the strings are equal, and false if not.

Explanation:

Answered by raghavbathla01
1

Answer:

Boolean

Explanation:

Its either true or false

Similar questions