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
When do we get java.sql.SQLException: No suitable driver found?
Which package is used for jdbc application?
Why should we close database connections in java?
What is the difference between jdbc and odbc?
How can we store the file in the oracle database?
Explain about DSN?
What is connection data?
What is an SQL Locator?
Why do we use jdbc?
Is jdbc an api?
What are the different classes through which JDBC represents statements?
How to set the attribute concurrency in resultset?
What is jndi lookup?
What is a statement in java?
How we store procedure in oralce for callable statements in jdbc