1 public class SimpleCharOp {2 3 public static void main(String [] args){4 System.out.println(""+Character.MAX_VALUE);5 }6 }7