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
What is java soft framework?
What is a rollback in jdbc?
What is jdbc drivers in java?
What is jdbc thin client in oracle?
How do we load the drivers?
Why do you use a data source object for a connection?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
Discuss the procedure of retrieving warnings?
What is com mysql jdbc driver?
What is jdbc template?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
What is jdbc connection?
What is execute in java?
Does JDBC support stored procedures?