81.  Can a .java file contain more than one java classes?

82.  Is String a primitive data type in Java?

83.  Is main a keyword in Java?

84.  Is next a keyword in Java?

85.  Is delete a keyword in Java?

86.  Is exit a keyword in Java?

87.  What happens if you dont initialize an instance variable of any of the primitive types in Java?

88.  What will be the initial value of an object reference which is defined as an instance variable?

89.  What are the different scopes for Java variables?

90.  What is the default value of the local variables?