fork download
  1.  
  2. class Tester
  3. {
  4. public static void main (String[] args)
  5. {
  6. Character c = new Character('c');
  7. System.out.println(c);
  8. }
  9. }
Success #stdin #stdout 0.07s 380160KB
stdin
Standard input is empty
stdout
c