Multiple Choice
You use an import statement when you want to access a built-in Java class that is contained in a group of classes called a(n) ____.
A) JGroup
B) JImport
C) package
D) GUI
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q60: _ comments are a special case of
Q61: public class First {<br> public
Q62: { public static void main(String[] args)<br> {<br> System.out.println("First
Q63: Programmers use _ to organize program code
Q64: What happens after a programmer successfully compiles
Q66: Match each term with the correct statement
Q67: _ are also called modules, methods, functions,
Q68: public class FindMyErrors <br>{ <br> public static
Q69: Regarding code layout, write the following Java
Q70: Describe the components (objects and classes) that