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 is clustering? What are the different algorithms used for clustering?
Explain phantom read?
Name the class that is used to bind the server object with RMI Registry?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What is the argument type of a programs main() method?
What is the purpose of the notifyall() method?
Explain about thread synchronization inside a monitor?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
Are we allowed to change the transaction isolation property in middle of a transaction?
Can I have an action without a form?
How database connectivity in XML is achieved?
why static class in java
How to deploy Jar, War files in J2EE?
what is Activation Instantinator?
What is ioc concept?