1

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);
}
}

  • A

    1

  • B

    0

  • C

    -1

  • D

    false