Answer Posted / devarathnam
Hi... There are 4 type of drivers .
1:JDBC-ODBC BRIDGE OR (TYPE1)
2:PARTLY JAVA DRIVER OR(TYPE2)
3:NET PROTOCOL DRIVER OR(TYPE3)
4:PURE JAVA DRIVER OR THIN DRIVER OR(TYPE4)
Among these drivers TYPE4 driver will give u sophisticated
performance
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
When should the method invokelater() be used?
Why stringbuilder is not thread safe in java?
What are the different types of inheritance in java?
Java.util.regex consists of which classes?
Is static a keyword in java?
What is "this" keyword in java? Explain
What are the types of relation?
How do you define a set in java?
What are annotations in java?
What is the purpose of a transient variable?
Why do we use bufferedreader?
What is a parent class in java?
What about static nested classes in java?
In java how do we copy objects?
What is the effect of keeping a constructor private?