161.  What happens if an exception is not caught?

162.  What is a layout manager?

163.  Which arithmetic operations can result in the throwing of an ArithmeticException?

164.  What are three ways in which a thread can enter the waiting state?

165.  Can an abstract class be final?

166.  What is the ResourceBundle class?

167.  What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?

168.  What is numeric promotion?

169.  What is the difference between a Scrollbar and a ScrollPane?

170.  What is the difference between a public and a non-public class?