Computer Science, asked by prabha021984, 8 months ago

write the output of char ch=*; boolean b=Character. is Letter(ch); System. out. print ln(b) in java​

Answers

Answered by rajstar0001
4

Answer:

Java Character isLetter() Method. The isLetter(char ch) method of Character class determines whether the given(or specified) character is a letter or not. A character is considered to be a letter if the general category type provided by the Character.

Similar questions