Computer Science, asked by shwetapawar422, 7 months ago

which of the following is not part of JDBC Architecture ?

JDBC API
JDBC DriverManager
JDBC Driver
JDBC Records

Answers

Answered by huzefa36
0

Answer:

JDBC Driver is the answer

Explanation:

mark as brainlist

Answered by qwcricket10
0

a) JDBC API

b) JDBC DriverManager

c) JDBC DRiver

d) JDBC Records.

Option( d) JDBC Records is not a part of JDBC architecture.

  • The JDBC architecture is used to provide the link between the JAVA language and the databases.
  • The main function of JDBC is related to databases.
  • JDBC is completely dedicated to managing databases.
  • Driver, API, and DriverManager are some of the JDBC components.
  • The JDBC Records is not a part of it.
Similar questions