Answer Posted / visruth cv
We know that the sql queries are different in different
databases. JDBC is a programming interface to communicate with the database. Whatever database we use we can choose JDBC to communicate the programme with the database, but we may need to use different queries for different databases.
The main advantage of using JDBC is we can execute database queries by the programme so that we can utilize the functionality provided by the database (with the queries). More over we can use triggers too. JDBC provides many other functionalities (like the functions provided by CallableStatemtent class) to manage the data.
Additionally, loding the driver will be different to
different databases.
visruthvsrd@gmail.com, +91-9895154767
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the different types of classes in the api component?
Prepared statements are faster. Why?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
Name the new features added in jdbc 4.0.
What is ojdbc?
What is addbatch jdbc?
What are the advantages of using jdbc datasource?
Explain the difference between rowset vs. Resultset in jdbc?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
What are the different types of statements? How we can you use preparedstatement.
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
What is type 4 jdbc driver?
Name different methods for getting streams.
What is com mysql jdbc driver?