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 a session? Can you share a session object between different theads?
Define the remote object implementation?
What are the benefits of detached objects?
What is clustering? What are the different algorithms used for clustering?
what are memory considerations of jsp compares to other web components?
What is the difference between the session.get() method and the session.load() method?
Which container method is used to cause a container to be laid out and redisplayed?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What are the different algorithms used for clustering?
What are the oops concept?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What is the difference between a menuitem and a checkboxmenuitem?
What are externizable interface?
What is the difference between session and entity beans?
Difference between new operator and class.forname().newinstance()?