91.  How many objects are created in the following piece of code? MyClass c1, c2, c3; c1 = new MyClass (); c3 = new MyClass ();

92.  Can a public class MyClass be defined in a source file named YourClass.java?

93.  Can main() method be declared final?

94.  What is HashMap and Map?

95.  Difference between HashMap and HashTable?

96.  Difference between Vector and ArrayList?

97.  Difference between Swing and Awt?

98.  What will be the default values of all the elements of an array defined as an instance variable?