Test Status
      CORETEST2
      (A) Only Static methods of the same class
      (B) Only instances of the same class
      (C) Only methods those defined in the same class
      (D) Only classes available in the same package.
      (A) An object with only primitive attributes
      (B) An instance of a class which has only static methods
      (C) An instance which has other objects
      (D) None of the above
      (A) The class compiles and runs, but does not print anything.
      (B) The number 1 gets printed with AssertionError
      (C) The number 2 gets printed with AssertionError
      (D) The number 3 gets printed with AssertionError
      (A) short s = 28;
      (B) float f = 2.3;
      (C) double d = 2.3;
      (D) int I = '1';
      (A) The number of bytes is compiler dependent.
      (B) 2
      (C) 4
      (D) 8
      (A) The program does not compile as i is not initialized.
      (B) The program compiles but does not run.
      (C) The program compiles and runs but does not print anything.
      (D) The program prints 0.
      (A) The class compiles and runs, but does not print anything.
      (B) The number 1 gets printed with AssertionError
      (C) The number 2 gets printed with AssertionError
      (D) The number 3 gets printed with AssertionError