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
What does jdbc do?
Is odbc an api?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
How many packages are available in jdbc api?
What are the different types of classes in the api component?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
Can we return resultset in java?
What are different types of ResultSet?
State the different connection methods used for creating different types of sql.
How many types of resultset are there in jdbc?
What is the function of setautocommit?
What is difference between jdbc and odbc?
What are JDBC Best Practices?
How many categories of jdbc drivers are there?
What is jdbc stand for?