wrapper,”To execute SQL queries with JDBC, you must create a SQL query ____ object

Average Rating
0 out of 5 stars. 0 votes.

wrapper,”To execute SQL queries with JDBC, you must create a SQL query ____ object

an instance of the Statement object//exampleStatement stmt = con.createStatement();”