Answer Posted / subbu
Microsoft has introduced odbc. Java and odbc combination
causes two drawbacks.
1. java is platform independent and odbc is platform
dependent(odbc works on windows). If java uses odbc it will
become platform dependent.
2. java is non-pointer programming.Odbc is implemented in
pointers. So, the conversion from non-pointer to pointer
coding and pointer to non-pointer coding is required.This
conversion makes database communication very slow.
so, SUN Microsystems has introduced JDBC technology.
| Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
Is there a guarantee of uniqueness for entity beans?
What is the difference between long.class and long.type?
What must a class do to implement an interface?
Define the remote object implementation?
how i secure my site with the https protocol.what are the steps?
What is the difference between the font and fontmetrics classes?
What is scalable, portability in the view of J2EE?
What are externizable interface?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
how do you Handle Front End Application data against DB with example?
What is message driven beam?
Why are some of the class and element names counter-intuitive?
What do you know about seam?
What are the call back methods in entity bean?
What is RMI and what are the services in RMI?