function of equals() in java
Answers
Answered by
1
Answer:
Java String equals() Method
The equals() method compares two strings, and returns true if the strings are equal, and false if not.
Answered by
1
Answer:
The equal function compares the contents of two strings and returns true if same else false.
Similar questions