81.  Which class is extended by all other classes?

82.  Can an object be garbage collected while it is still reachable?

83.  Is the ternary operator written x : y ? z or x ? y : z ?

84.  What is the difference between the Font and FontMetrics classes?

85.  How is rounding performed under integer division?

86.  What happens when a thread cannot acquire a lock on an object?

87.  What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?

88.  What classes of exceptions may be caught by a catch clause?

89.  If a class is declared without any access modifiers, where may the class be accessed?

90.  What is the SimpleTimeZone class?