Computer Science, asked by born3721, 9 months ago

Function to check given value is number or not

Answers

Answered by danyal1411
2

Answer:

to check if String is numeric or not is by using the isNumeric() method of StringUtils class from the same library. This method also has rules to determine valid numbers e.g. it checks if the CharSequence contains only Unicode digits. A decimal point is not a Unicode digit and returns false.

Explanation:

pls Mark it as a brainliest

Similar questions