Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of these data type value is returned by equals() method of String class?

a) char
b) int
c) boolean
d) all of the mentioned

Answer: c
Explanation: equals() method of string class returns boolean value true if both the string are equal and false if they are unequal.

Join The Discussion