Answer Posted / siddharth hiwale
1)sun java promised that java is platform independent programming language
but ODBC all functions are written in 'C' language
and "C" is platform dependent programming language
so it becomes against the SUNJAVA promises
so JDBC introduced
coz jdbc contains classes ,interfaces
2)java does not support pointer
and ODBC supports pointer so it becomes unsecured
that is why JDBC has introduced......
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ripple effect?
Are enterprise beans allowed to use thread.sleep()?
What is synchronization and why is it important?
What are the different class loaders used by jvm?
why static class in java
How database connectivity in XML is achieved?
Why are some of the class and element names counter-intuitive?
What is the difference between session and entity beans?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
How are the elements of a borderlayout organized?
What you mean by COM and DCOM?
Why use a datasource when you can directly specify a connection details?
Name three subclasses of the component class?
How would you detect a keypress in a jcombobox?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?