Computer Applications

Name the following:

(a) A Character method that checks whether a character is an alphabet or a number.
(b) A Math method that does not have an argument.

Java Library Classes

11 Likes

Answer

(a) Character.isLetterOrDigit()

(b) Math.random()

Answered By

8 Likes


Related Questions