131.  What class of exceptions are generated by the Java run-time system?

132.  What class allows you to read objects directly from a stream?

133.  What is the difference between a field variable and a local variable?

134.  Under what conditions is an object's finalize() method invoked by the garbage collector?

135.  What is the relationship between a method's throws clause and the exceptions that can be thrown during the method's execution?

136.  What is the difference between the JDK 1.02 event model and the event-delegation model introduced with JDK 1.1?

137.  How is it possible for two String objects with identical values not to be equal under the == operator?

138.  Why are the methods of the Math class static?

139.  What Checkbox method allows you to tell if a Checkbox is checked?

140.  What state is a thread in when it is executing?