What is JDBC and ODBC and what are the differences between
them?
Answer Posted / mahesh
1:-ODBC is platform dependent and database independent 1:-JDBC is both platform and database independent
2:-ODBC implement in C language with pointer 2:-JDBC implement in JAVA with out pointer
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Does sql allow null values ? Can we use it within where clause ?
How can you load the drivers?
What is an advantage of using the jdbc connection pool?
Can we return resultset in java?
What is JDBC Connection isolation levels?
Explain different types of locks in jdbc?
How can you know about drivers and database information ?
If you are truncated using JDBC, how can you that how much data is truncated?
java based application for hospital management
Which type of JDBC driver is the fastest one?
What is JDBC Driver interface?
What does the connection object represents?
How do I start debugging problems related to the JDBC API?
How do I load a database driver with JDBC 4.0 / Java 6?
How can we store and retrieve images from the database?