What are pros and cons of using of Type-2 and Type-4
Drivers over Type-1 driver?
Answer Posted / niranjanravi
they are fastest than type-1 drivers
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can you make a connection?
How can we maintain the integrity of a database by using jdbc?
Explain how data flows from view to db and reverse
Is jdbc a web technology?
Can I use JDBC to execute non-standard features that my DBMS provides?
Is jdbc connection secure?
What is namedparameterjdbctemplate?
What is meant by dao?
How many types of statements are there in jdbc?
Name the method, which is used to prepare a callablestatement.
What is jdbc and odbc in java?
What does executeupdate return in jdbc?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What is the return type of class.forname() method?
What is @entity in java?