101.  Is "abc" a primitive value?

102.  What is the relationship between an event-listener interface and an event-adapter class?

103.  What restrictions are placed on the values of each case of a switch statement?

104.  What modifiers may be used with an interface declaration?

105.  Is a class a subclass of itself?

106.  What is the highest-level event class of the event-delegation model?

107.  What event results from the clicking of a button?

108.  How can a GUI component handle its own events?

109.  How are the elements of a GridBagLayout organized?

110.  What advantage do Java's layout managers provide over traditional windowing systems?