Test Status
      CORETEST4
      (A) 0x03, 0X03, 0X3
      (B) 0x04, 0X04, 0X4
      (C) 0x05, 0X05, 0X5
      (D) none of these
      (A) && operator is used for short-circuited logical AND.
      (B) ~ operator is the bit-wise XOR operator.
      (C) operator is used to perform bitwise OR and also short-circuited logical OR.
      (D) The unsigned right shift operator in Java is >>.
      (A) The width of double is platform dependent
      (B) 64
      (C) 128
      (D) 8