Answer Posted / kkkk
TYPE-1 : JDBC-ODBC BRIDGE DRIVER
TYPE-2 : NATIVE API PARTLY JAVA DRIVER
TYPE-3 : NETWORK PROTOCOL DRIVER
TYPE-4 : JDBC NET PURE JAVA DRIVER
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is namedparameterjdbctemplate?
What are the considerations for deciding on transaction boundaries?
What is jdbc servlet?
What is the JDBC syntax for using a literal or variable in a standard Statement?
What is odbc. how is it related to sql cli?
How do I check in my code whether a maximum limit of database connections have been reached?
Give an example of code used for setting up connection with a driver.
What is connection pooling and why it is used?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
Which type of driver is unique in jdbc?
What are the jdbc statements?
What is the most common example type 1 driver?
Explain the necessary steps to connect to the database in java?
What are the flow statements of jdbc?
What is the meaning of batch updates?