List a = new ArrayList(); List b = new ArrayList(); a.add(\"apple\"); a.add(\"orange\");
Obviously a typo. b.add("orange") is what was meant.