1
visibility
Which of these data type value is returned by equals() method of String class?
- A
char
- B
boolean
- C
int
- D
All of the mentioned
equals() method of string class returns boolean value true if both the string are equal and false if they are unequal.