Q92
What will be the output of the following Java program? class Output public static void main(String args[]) char a = '@'; boolean x = Character.isLetter(a); System.out.print(x);
A.
true
B.
false
AnswerC.
@
D.
B
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board