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 the difference between the ‘font’ and ‘fontmetrics’ class?
How would you create a button with rounded edges?
What is the difference between a menuitem and a checkboxmenuitem?
What is abstract schema?
Why does the tag url-encode javascript and mailto links?
Can you give me a simple example of using the requiredif validator rule?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
Can constructors be synchronized in java?
wahts is mean by dynavalidatorform in struts/
What is a modular application?
What is Stream Tokenizer?
What must a class do to implement an interface?
Is the ternary operator written x : y ? Z or x ? Y : z ?
Why does the option tag render selected=selected instead of just selected?
Define aop(assepct oriented programing)?