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 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?

a) Trim()
b) Remove()
c) TrimEnd()
d) Split()

Answer: a
Explanation: Removes a string of characters from the end of string by mentioning the number of characters to be removed from the string.

Join The Discussion