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
How many types of jdbc drivers are there?
What is the role of jdbc drivermanager class?
Is jdbc an api?
Which database is used for java?
What are the three basic components of the odbc architecture?
Is jdbc faster than odbc?
How can you use preparedstatement in jdbc?
What is the use of dialect?
What is jdbc driver in java?
What is jdbc and its advantages?
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
How can we maintain the integrity of a database by using jdbc?
What does executequery return in java?
How can I connect mysql or oracle with java?
What are the different types of statements? How we can you use preparedstatement.