In Java Database Connectivity (JDBC). before we can execute SQL statements), we need to _

In Java Database Connectivity (JDBC). before we can execute SQL statements), we need to _



[A]
Create a cursor.
[B]
Create an environment
[C]
Create a description.
[D]
Establish a connection to the database and create statement(s)




Answer: D


Learn More :