111.  Can a method be overloaded based on different return type but same argument type ?

112.  What happens to a static variable that is defined within a method of a class ?

113.  How many static initializers can you have ?

114.  What is the difference between method overriding and overloading?

115.  What is constructor chaining and how is it achieved in Java ?

116.  What is the difference between the Boolean & operator and the && operator?

117.  Which Java operator is right associative?

118.  Can a double value be cast to a byte?

119.  What is the difference between a break statement and a continue statement?

120.  Can a for statement loop indefinitely?