What does the following code fragment print? System.out.println(Character.isDigit('#')); System.out.println(Character.isWhitespace('t')); System.out.println(Character. to LowerCase('B'));

Question:

What does the following code fragment print?

System.out.println(Character.isDigit('#')); System.out.println(Character.isWhitespace ('\t'));

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: