121.  Which class is the immediate superclass of the Container class?

122.  If a method is declared as protected, where may the method be accessed?

123.  How can the Checkbox class be used to create a radio button?

124.  Which non-Unicode letter characters may be used as the first character of an identifier?

125.  What restrictions are placed on method overloading?

126.  What happens when you invoke a thread's interrupt method while it is sleeping or waiting?

127.  What is casting?

128.  What is the return type of a program's main() method?

129.  Name four Container classes.

130.  What is the difference between a Choice and a List?