J. Other Java Topics


Objectives

In this appendix you’ll:

Image Learn what collections are.

Image Use class Arrays for array manipulations.

Image Understand how typewrapper classes enable programs to process primitive data values as objects.

Image Use prebuilt generic data structures from the collections framework.

Image Use iterators to “walk through” a collection.

Image Learn fundamental file- and stream-processing concepts.

Image What threads are and why they’re useful.

Image How threads enable you to manage concurrent activities.

Image To create and execute Runnables.

Image Fundamentals of thread synchronization.

Image How multiple threads can update Swing GUI components in a thread-safe manner.


..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset