Which of the following is not a correct method in the Character class?

a. isLetterOrDigit(char)
b. isLetter(char)
c. isDigit()
d. toLowerCase(char)
e. toUpperCase()

c. isDigit()
e. toUpperCase()
isDigit() should be isDigit(char) and toUpperCase() should be toUpperCase(char)

Computer Science & Information Technology

You might also like to view...

Building blocks in the Quick Parts gallery can be inserted:

A) by right-clicking. B) by typing in the name. C) by double-clicking. D) by a single click.

Computer Science & Information Technology

In Word, the artistic effect command is located on the PICTURE TOOLS ________ tab

Fill in the blank(s) with correct word

Computer Science & Information Technology