Answer Posted / sai
4 Types of drivers are there
Type 1 : JDBC-ODBC Bridge Driver(Thick Driver)
Type 2: Native API Partly Java Driver
Type 3: Network protocol Driver-
Type 4: JDBC Net pure Java Driver(Thin Driver)
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
State the three different ways in which you can create a table?
java based application for hospital management
What is jdbc resultsetmetadata interface?
Give an example of code used for setting up connection with a driver.
What is difference between statement and preparedstatement in jdbc?
What is jdbc and its advantages?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
What does the jdbc connection interface?
What are the jdbc api components?
Can resultset be null in java?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
How does jdbc work?
What is an SQL Locator?
What are the steps to connect to a database in java?
How to connect html page to database using jdbc?