Class 2 |
Intermediate Java 30-IT-397 |
|
Class 5 Review
-
A JList is a complex Swing component.
-
What is the old-school way to populate a JList?
-
What is displayed when we send an object to a JList, through a Vector or
a Model?
-
What are advantages/disadvantages to using a Model instead of passing an
array or Vector to a JList constructor?
-
Threads allow us to run multiple processes at once in Java.
-
Advantages/disadvantages?
-
What class do threads have to extend if they extend a class? On the
other hand, if they implement an interface, what interface do they implement?
-
What method do we call to execute a thread? In which method do we
actually put the logic?

Created by: Brandan Jones
December 17, 2001