Multiple Choice
To use a class in another package you need to ________ it.
A) export
B) overload
C) rewrite
D) import
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: Which of the following declares a variable
Q10: The Java compiler ignores any text between
Q11: Which import statement allows for the use
Q12: Which of the following represents a method
Q13: Input to a method, enclosed in parentheses
Q15: What is the declared return type for
Q16: "System.out" is an example of which class?<br>A)String<br>B)Println<br>C)System<br>D)PrintStream
Q17: Based on the following statement, which of
Q18: Which method call represents the invocation of
Q19: Which operator constructs object instances?<br>A)new<br>B)instanceof<br>C)void<br>D)construct