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
What is an abstract method?
What is ripple effect?
What is permgen or permanent generation?
When is the best time to validate input?
What is colon_pkg_prefixes and what is its use?
Why won’t the jvm terminate when I close all the application windows?
Why do I get a duplicate name error when loading a jar file?
What is glasgow?
Can you give me a simple example of using the requiredif validator rule?
Why doesn’t the focus feature on the tag work in every circumstance?
Which class is the immediate superclass of the menucomponent class?
how to use debug in my elipse to solve problems that exist in my project
Can I use javascript to submit a form?
What are the pros and cons of detached objects?
What is Stream Tokenizer?