Answer Posted / priya
TYPE 1: JDBC AND ODBC Bridge
TYPE 2:Native API,partly java driver
TYPE 3:Networking protocol,all java driver
TYPE 4:Native potocol,all-java driver
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Name different methods for getting streams.
What is jdbc stand for?
Explain in detail about JDBC and its general features?
List the common jdbc exceptions ?
What is jdbc dialect?
Explain the main method?
Why hibernate is better than jdbc?
What is the use of setFetchSize() and setMaxRows() methods in Statement?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
What is db client?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
Give an example of code used for setting up connection with a driver.
Does jdbc use odbc?
Is jdbc a middleware?