Which of the following statements are true? A) In the Java standard library, the class Math contains methods for performing basic numeric operations such as the elementary exponential, logarithm, square root, and trigonometric functions. B) In the Java standard library, all methods of the class Math operate on double arguments. C) The Java statement, int n = 63 / 64;, stores the value 0 into the memory used by the variable, n. D) The Java statement, int n = 63 % 64;, stores the value 1 into the memory used by the variable, n. Options: B, C, and DB and DA, B, and CA and CA, B, C, and D