adplus-dvertising
frame-decoration

Question

To perform comparison operation on strings supported operations are :

a.

Compare()

b.

Equals()

c.

Assignment ‘==’ operator

d.

All of the mentioned

Posted under C# programming

Answer: (d).All of the mentioned

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. To perform comparison operation on strings supported operations are :

Similar Questions

Discover Related MCQs

Q. Correct way to convert a string to uppercase using string class method()?

Q. Which of these methods of class String is used to compare two String objects for their equality?

Q. Which of these methods is used to compare two strings such that after comparison output returns different integer values as ( 0 for false, 1 for true)?

Q. Which of these methods of class String is used to check whether a substring exists at the beginning of the particular string?

Q. Which of these methods returns the string such that some characters which are specified to be removed from the end of strings are removed from string by mentioning the number of characters to be removed?

Q. What is the value returned by function compareTo() if the invoking string is less than the string compared?

Q. Which of these data type values is returned by equals() method of String class?

Q. Which of these methods of class String is used to separate a substring from a String object?

Q. Which of these methods of class are used to remove the leading and backward whitespaces?

Q. Which of the following statements is correct?

Q. Which of these methods of the class String is used to obtain length of String object?

Q. Which of these methods is an alternative to getChars() that stores the characters in an array of bytes?

Q. Which of these methods can be used to convert all characters in a String into a character array?

Q. Which of these methods of class String is used to extract all the characters from a String object?

Q. How is a string typically processed?

Q. How to print \\ on the screen?

Q. Which of these is used as a default specifier for a member of the class if no access specifier is used for it?

Q. Which of these is used to access members of class before the object of that class is created?

Q. Which of these base classes are accessible to the derived class members?

Q. What is the process by which we can control parts of a program that can access the members of a class?