Briefly tell about the jdbc architecture.



Briefly tell about the jdbc architecture...

Answer / Akanksha Lohia

The JDBC architecture consists of four main components: JDBC API, JDBC Driver (JDBC-ODBC bridge, native drivers, and network protocol drivers), Database URL (jdbc:subprotocol://host:port/database_name), and SQL statements. The JDBC API provides a set of interfaces for database access, the JDBC Driver acts as a translator between the Java application and the underlying database management system, the Database URL specifies the location of the database, and SQL statements are used to communicate with the database.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JDBC Interview Questions

explain about special characters?

1 Answers  


What is an odbc driver?

1 Answers  


Explain in detail about JDBC and its general features?

1 Answers  


Is jdbc a framework?

1 Answers  


What is jdbc databasemetadata interface?

1 Answers  


what is callable statement?

6 Answers   Infogain,


List the advantages of using datasource?

1 Answers  


signature of init method?

2 Answers  


What is JDBC Transaction Management and why do we need it?

1 Answers  


what are design patterns?

3 Answers   CFC, TCS, Wipro,


What is the JDBC syntax for using a literal or variable in a standard Statement?

1 Answers  


What is xe in oracle jdbc url?

1 Answers  


Categories