1.

What are JDBC and its components?

Answer»

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


Discussion

No Comment Found