2930313233343536373839
if (args[2].equals("p")) { System.out.println("Producer"); for (i = 0; i < max; i++) try { q.produce(new Integer(10 + i)); } catch (KeeperException e) { } catch (InterruptedException e) { }
3132333435363738394041