ArrayLists and Iterators

Read this chapter about lists and the useful methods that are available for adding and inserting elements into a list. 

32. End of Chapter


Answer:

No. Use the remove() method, which will not create problematic nulls .

names.remove( 4 );

End of Chapter

You have reached the end this chapter. You may wish to review the following. Click on a subject that interests you to go to where it was discussed.