Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Which of the statement below does not correctly defines the difference between JDBC and ODBC ?
B) ODBC makes uses of pointers which has been totally removed from JAVA
C) ODBC is from Microsoft while JDBC is from java applications
D) ODBC requires manual installation of the ODBC driver manager and driver on all client machines. While for JDBC driver are written in Java and JDBC code is automatically installable, secure and portable on all platforms.
Explanation: because ODBC being a c based interface cannot be directly used with java
Related Answered Questions
Related Open Questions