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
Which textcomponent method is used to set a textcomponent to the read-only state?
What is TL and its use?
What is threadfactory?
How primary key is implemented in Oracle?
What modifiers may be used with an interface declaration?
What is bean? Where can it be used?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What are the different class loaders used by jvm?
How will you pass parameters in RMI? Why do you serialize?
How would you create a button with rounded edges?
How to deploy Jar, War files in J2EE?
what is a non-repeatable read?
What are the types of scaling?
What is the relationship between local interfaces and container-managed relationships?
What is RMI and what are the services in RMI?