171.  To what value is a variable of the boolean type automatically initialized?

172.  Can try statements be nested?

173.  What is the difference between the prefix and postfix forms of the ++ operator?

174.  What is the purpose of a statement block?

175.  What is a Java package and how is it used?

176.  What modifiers may be used with a top-level class?

177.  What are the Object and Class classes used for?

178.  How does a try statement determine which catch clause should be used to handle an exception?

179.  Can an unreachable object become reachable again?

180.  When is an object subject to garbage collection?