string values can consists of alphabets or letters only true or false
Answers
Answered by
0
Answer:
To check whether a String contains only unicode letters or digits in Java, we use the isLetterOrDigit() method and charAt() method with decision-making statements. The isLetterOrDigit(char ch) method determines whether the specific character (Unicode ch) is either a letter or a digit.
Answered by
2
True.
Similar questions