What are pros and cons of using of Type-2 and Type-4
Drivers over Type-1 driver?
Answer Posted / sujit kumar panda
type1 driver is platform depandent where type2 & type4 are
platform independent.also type1 driver is a thin driver
means it can handle very few request form client at time
but type 2 is a fat driver which is generally used in
banking solution for handling large numbers of request form
client.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Does jdbctemplate close connection?
What is jdbc and explain jdbc architecture?
Explain the importance of drivermanager.
How can we execute stored procedures using callablestatement?
What is jdbc connection interface?
Explain how to make updates to the updatable resultsets.
If you are truncated using JDBC, how can you that how much data is truncated?
How many jdbc driver types are there?
What are the higher level apis under development on top of jdbc currently?
What is the use of getGeneratedKeys() method in Statement?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
What are jdbc?
What does executequery return in java?
What are the differences between execute, executequery, and executeupdate?
What is JDBC API and when do we use it?