/* * Output:false */public class MainClass { public static void main(String args[]) { System.out.println(Character.isWhitespace('a')); }}