Answer Posted / prasanta rout
ODBC group create a set of functions called as ODBC API and
the database vendors accepted ODBC API because the
implementation of odbc requires c language with pointer
coding.It means ODBC API was success.if a front end
application uses ODBC then it can connect with any database.
java has no pointers but ODBC using pointers.so non pointer
to pointer conversion is required.it become slow
connectivity from java to database.java is platform
independent but odbc is platform dependent .if java uses
ODBC then java also platform dependent.this is against java
principle.in order to overcome the above problems,sun micro
system introduced its own technology as JDBC.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What do you need to set-up a cluster with jboss?
How database connectivity in XML is achieved?
Write a singleton program?
Do we need to override service() method
Can I have an action without a form?
What is a modular application?
why static class in java
What is difference between object state and behavior?
What is ioc concept?
Explain what is synchronization?
What is the purpose of the notify() method?
Define prototype?
How many times may an objects finalize() method be invoked by the garbage collector?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
Why is string immutable in java?