Test Status
      COREJAVARANDOMTEST
      (A) boolean
      (B) void
      (C) public
      (D) Button
      (A) methods must not have any throws clauses
      (B) methods must not have any parameters
      (C) method should return any one of primitive data types
      (D) All the above
      (A) Reader
      (B) ObjectInputStream
      (C) ObjectReader
      (D) File
      (A) data has the value of true
      (B) The code will not compile.
      (C) data has the value of false
      (D) data has the value of null
      (A) 1alpha
      (B) xy+abc
      (C) both A and B
      (D) None of the above
      (A) A static inner class does not require an instance of the enclosing class.
      (B) A static inner class cannot be a static member of outer class.
      (C) It must extend enclosing class.
      (D) Itâ??s variables and methods must be static.
      (A) An empty memory space is returned so that the developers can utilize it.
      (B) void is not supported in Java
      (C) void returns no data type.
      (D) null
      (A) Dead state
      (B) Waiting state
      (C) Running state
      (D) Beginning state