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
Difference between new operator and class.forname().newinstance()?
Explain about local interfaces.
What is the difference between a menuitem and a checkboxmenuitem?
Why won’t the jvm terminate when I close all the application windows?
What is the relationship between an event-listener interface and an event-adapter class?
Define aop(assepct oriented programing)?
Explain about RMI Architecture?
What is jboss?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What is a class loader?
what are the activation groupworks?
How to determine SGA site?
Why a component architecture for the java platform?
What is local interface. How values will be passed?
Is “abc” a primitive value?