Question: What is the JDBC API syntax in JAVA required in order to accomplish the following: Establish a connection to a database Create a statement (typically
What is the JDBC API syntax in JAVA required in order to accomplish the following:
Establish a connection to a database
Create a statement (typically a query)
Execute the query
Process the query results
Close the database connection
Step by Step Solution
3.36 Rating (159 Votes )
There are 3 Steps involved in it
To establish the connection Connection conDriverManagergetConnectionjdbc... View full answer
Get step-by-step solutions from verified subject matter experts
