CS231 lecture notes, Fall 1998 Week 7, Friday Quiz on Java Object Handout Review of wrapper classes, in the context of the bracket checker. Step One -------- public static void parseChar (char c) { switch (c) { case '{': case '(': case '[': System.out.print (c); break; default: } } public static void parseLine (String line) { for (int i = 0; i