What are JDBC and its components?
Java Database Connectivity with the acronym of JDBC is known as standard Java API. It is an interface for database-independent in between a broad range of databases and Java programming language. It allows the application programs for the interaction with the database for accessing the data.
Components of Java Database Connectivity are-
- Driver
- Connection
- DriverManager
- SQLException
- Statement
- ResultSet
BY Best Interview Question ON 10 Apr 2019