You use the _____________ object returned by the Statement method executeQuery to retrieve data from a database.
a) Connection
b) Statement
c) ResultSet
d) None of the above.
c) ResultSet
Computer Science & Information Technology
You might also like to view...
A chart is limited to a single data series
Indicate whether the statement is true or false
Computer Science & Information Technology
Answer the following statements true (T) or false (F)
a) You must create JavaFX GUIs by hand coding them in Java. b) The layout VBox arranges components vertically in a scene. c) To right align controls in a GridPane column, set its Alignment property to RIGHT. d) The FXMLLoader initializes the controller’s @FXML instance variables. e) You override class Application’s launch method to display a JavaFX app’s stage.
Computer Science & Information Technology