Saved Bookmarks
| 1. |
What is the coding pattern for using a JDBC driver? |
|
Answer» 1. Load the driver. 2. Establish a connection to the database. 3. Create a statement. 4. Do something with the statement. |
|