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 |
explain about special characters?
What is an odbc driver?
Explain in detail about JDBC and its general features?
Is jdbc a framework?
What is jdbc databasemetadata interface?
what is callable statement?
List the advantages of using datasource?
signature of init method?
What is JDBC Transaction Management and why do we need it?
what are design patterns?
What is the JDBC syntax for using a literal or variable in a standard Statement?
What is xe in oracle jdbc url?