Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct answer. Section 1 (Answer all questions in this section) 1. Which of the two diagrams below illustrate the general form of a Java program? Mark for Review (1) Points Example A Example B (*) Correct 2. When importing another package into a class you must import the entire package as well as the package classes that will be called. True or False? Mark for Review (1) Points True False (*) Correct 3. Which of the following defines a driver class? Mark for Review (1) Points Contains a main method and other static methods. (*) Contains classes that define objects. Contains a main method, a package, static methods, and classes that define objects. None o
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct answer. Section 1 (Answer all questions in this section) 1. Which of the two diagrams below illustrate the general form of a Java program? Mark for Review (1) Points Example A Example B (*) Correct 2. When importing another package into a class you must import the entire package as well as the package classes that will be called. True or False? Mark for Review (1) Points True False (*) Correct 3. Which of the following defines a driver class? Mark for Review (1) Points Contains a main method and other static methods. (*) Contains classes that define objects. Contains a main method, a package, static methods, and classes that define objects. None o
Review your answers, feedback, and question scores below. An asterisk (*) indicates a correct answer. Section 1 (Answer all questions in this section) 1. Which of the two diagrams below illustrate the general form of a Java program? Mark for Review (1) Points Example A Example B (*) Correct 2. When importing another package into a class you must import the entire package as well as the package classes that will be called. True or False? Mark for Review (1) Points True False (*) Correct 3. Which of the following defines a driver class? Mark for Review (1) Points Contains a main method and other static methods. (*) Contains classes that define objects. Contains a main method, a package, static methods, and classes that define objects. None o
Mark for
Review
(1) Points
Example A
Example B (*)
Correct
2When importing another package into a class you must import the entire
. package as well as the package classes that will be called. True or False?
Mark for
Review
(1) Points
True
False (*)
Correct
3Which of the following defines a driver class?
.
Mark for
Review
(1) Points
Mark for
Review
(1) Points
Mark for
Review
(1) Points
Defines where this class lives relative to other classes, and provides a
level of access control. (*)
Provides the compiler information that identifies outside classes used
within the current class.
Precedes the name of the class.
Correct
6The following defines an import keyword:
.
Mark for
Review
(1) Points
Defines where this class lives relative to other classes, and provides a
level of access control.
Provides the compiler information that identifies outside classes used
within the current class. (*)
Precedes the name of the class.
Correct
7The following defines a class keyword:
.
Mark for
Review
(1) Points
Defines where this class lives relative to other classes, and provides a
level of access control.
Provides the compiler information that identifies outside classes used
within the current class.
Precedes the name of the class. (*)
Correct