Advertisements
Advertisements
Question
Find the output of the following program snippet:
char ch = '*';
boolean b = Character.isLetter(ch);
System.out.println(b);
One Word/Term Answer
Solution
false
shaalaa.com
Is there an error in this question or solution?