Computer Applications

Write the purpose of the function Character.isDigit()

Java Library Classes

33 Likes

Answer

It is used to check if the character given as its argument is a digit.

Answered By

20 Likes


Related Questions