Multiple Choice
Which syntax imports all static members of class Math?
A) static import java.lang.Math.*.
B) import static java.lang.Math.*.
C) static import java.lang.Math.
D) import static java.lang.Math.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: The _ of a class are also
Q7: A constructor cannot:<br>A)be overloaded.<br>B)initialize variables to their
Q9: When no access modifier is specified for
Q19: Enum types are implicitly _ and enum
Q22: Which of the following is false?<br>A) Method
Q24: A package is:<br>A)A directory structure used to
Q24: When implementing a method,use the class's set
Q26: Composition is sometimes referred to as a(n)_.<br>A)is-a
Q27: Which statement is false?<br>A) The actual data
Q27: Which statement is false?<br>A)An enum declaration is