121.  To what value is a variable of the String type automatically initialized?

122.  What is the difference between a field variable and a local variable?

123.  How are this() and super() used with constructors?

124.  What does it mean that a class or member is final?

125.  What does it mean that a method or class is abstract?

126.  What is a transient variable?

127.  How does Java handle integer overflows and underflows?

128.  What is the difference between the >> and >>> operators?

129.  Is sizeof a keyword?