Which of the following function of String object returns a string representing the specified object?
toLocaleUpperCase()
toUpperCase()
toString()
substring()
Correct Answer : C
Which of the following function of String object causes a string to be displayed in a small font, as if it were in a <small> tag?
Which method returns the character at the specified index?
Which method returns the string starting at the specified position?