Q117. What is the SimpleTimeZone class?
The SimpleTimeZone class provides support for a Gregorian calendar.

Q118. What is the Map interface?
The Map interface replaces the JDK 1.1 Dictionary class and is used associate keys with values.

Q119. Does a class inherit the constructors of its superclass?
A class does not inherit constructors from any of its superclasses.

Q120. For which statements does it make sense to use a label?
The only statements for which it makes sense to use a label are those statements that can enclose a break or continue statement.