Computer Science, asked by manishasharma1724, 5 months ago

string values can consists of alphabets or letters only true or false​

Answers

Answered by bsdhdhdnd
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 XxiTzNakhreWalixX
2

True.

 \\  \\  \\  \\

Similar questions