InterviewSolution
Saved Bookmarks
| 1. |
What are the common JDBC API components? |
|
Answer» JDBC API consists of following interfaces and classes DriverManager, Driver, Connection, Statement, ResultSet, SQLException. |
|