What will be the output of following program ? public class Test{ public static void main(String args[ ){ char ch '#"'; boolean b = Character.isLetter(ch System.out.println(b); } }
public class Test{ public static void main(String args[ ){ char ch '#"'; boolean b = Character.isLetter(ch System.out.println(b); } }
1
0
-1
false