111.  What is the Collection interface?

112.  What modifiers can be used with a local inner class?

113.  What is the difference between static and non-static variables?

114.  What is the difference between the paint() and repaint() methods?

115.  What is the purpose of the File class?

116.  Can an exception be rethrown?

117.  Which Math method is used to calculate the absolute value of a number?

118.  How does multithreading take place on a computer with a single CPU?

119.  When does the compiler supply a default constructor for a class?

120.  When is the finally clause of a try-catch-finally statement executed?