Answer Posted / manish kushwaha
Hi All, i have gone through above answers they all are quit
well,
you can refer any ans i would like to add few points
1) JDBC-ODBC driver(TYPE-1) : this is performance wise okay,
maintenance is acceptable but the biggest problem is
platform dependency (so use only when your application is OD
specific).
2) Partial java and Partial native(TYPE-2): this is the
fastest driver available in market in java, the reason is it
is directly interacting with java library to database
library but maintenance wise it is not acceptable it is very
costly in maintenance(over all not acceptable because
maintenance cost is more).
3) net protocol driver(IDS server)(TYPE-3): this is not much
fast but maintenance is improve because they placed one IDS
server between the java library to database library(over all
not acceptable because performance is down)
4) pure java driver (TYPE-4): this is much good in both
performance and maintenance wise because driver is directly
interacting with db library.it is the second fast driver
among above four drivers.
for any other query you can drop me mail on
mails.manish1@gmail.com
i will love to solve your problem if i have solution :)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is thread? What are the high-level thread states? : Java thread
What is type conversion in java?
How to create an interface?
What is garbage collection? Can it be forced to run?
What is the static block?
How to create packages in java?
How many ways can we create singleton class?
What is a method type?
What are packages in java?
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
Differentiate between overriding and overloading cases?
What is meant by class loader? How many types are there? When will we use them?
What is valid keyword in java?
What is meant by javabeans?
What is an example of a boolean?