adplus-dvertising
frame-decoration

Question

Which of these method of String class can be used to test to strings for equality?

a.

isequal()

b.

isequals()

c.

equal()

d.

equals()

Answer: (d).equals()

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of these method of String class can be used to test to strings for equality?

Similar Questions

Discover Related MCQs

Q. Which of these is the method which is executed first before execution of any other thing takes place in a program?

Q. What is the process of defining more than one method in a class differentiated by parameters?

Q. Which of these can be used to differentiate two or more methods having the same name?

Q. Which of these data type can be used for a method having a return statement in it?

Q. Which of this method is given parameter via command line arguments?

Q. Which of these data types is used to store command line arguments?

Q. How many arguments can be passed to main()?

Q. Which of these is a correct statement about args in this line of code?

public static void main(String args[])

Q. Can command line arguments be converted into int automatically if required?

Q. How do we pass command line argument in Eclipse?

Q. Which class allows parsing of command line arguments?

Q. Which annotation is used to represent command line input and assigned to correct data type?

Q. What is the use of @syntax?

Q. What is Recursion in Java?

Q. Which of these data types is used by operating system to manage the Recursion in Java?

Q. Which of these packages contains the exception Stack Overflow in Java?

Q. Which of the following statements are incorrect?

Q. Which of these access specifier must be used for class so that it can be inherited by another subclass?

Q. Which is true about an anonymous inner class?

Q. Which is true about a method-local inner class?