91.  Name the eight primitive Java types.

92.  What restrictions are placed on the values of each case of a switch statement?

93.  What is the difference between a while statement and a do while statement?

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

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

96.  If a method is declared as protected, where may the method be accessed?

97.  What are the legal operands of the instanceof operator?

98.  Are true and false keywords?

99.  What happens when you add a double value to a String?

100.  What is the diffrence between inner class and nested class?