What type of driver called is pure Java driver?
Answer Posted / devarathnam c,kotagudibanda(po
Hi...
TYPE4 driver is the pure java driver,which gives the
sophisticated performance
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
What is jdbc odbc connection?
What are the types of jdbc drivers that exist?
What do you mean by metadata and why we are using it?
How will you perform truncation using JDBC?
What are the different types of statements? How we can you use preparedstatement.
What is createstatement method in java?
Explain the two tier and three tier architecture of jdbc.
Describe how the jdbc application works.
What is preparedstatement in jdbc?
What is difference between jdbc and odbc?
What is the meaning of connection?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
Does jdbc use odbc?
What is isolation level? How to set it?