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

14 Likes

Answer

(a) Character.isLetterOrDigit()

(b) Math.random()

Answered By

10 Likes


Related Questions