1.

Which of the following function of String object returns the calling string value converted to upper case while respecting the current locale?

A. toLocaleUpperCase()
B. toUpperCase()
C. toString()
D. substring()
Answer» B. toUpperCase()


Discussion

No Comment Found