Errata Sheet For Blue Pelican Java

Answerbook ver 3.0.5j

 

The latest downloadable pdf version of theBPJ answerbook will already have these corrections in place.

 

Page 43-2:  Replace the answers to problems 1 & 2 as follows:

1.      aryLst.add(j);

 

 

2.      int x = (Integer)aryLst.get(15);

 

Page 43-3: Replace the answers to 6 & 8 as follows:

       6.  A. int gh = (Integer)a.get(5);                 

            B. int gh = a.get(5);

       8.  A. int kd = (Integer)a.get(101);

                 set(101, 17);

            B. int kd = a.get(101);
                 set(101, 17);