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 is phantom read and which isolation level prevents it?
What is a jdbc driver and how many jdbc drivers are available?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
How do I check in my code whether a maximum limit of database connections have been reached?
State the different connection methods used for creating different types of sql.
What is difference between statement and preparedstatement in jdbc?
What is jdbc vs odbc?
What is the meaning of connection?
Which type of driver is unique in jdbc?
List the common jdbc exceptions ?
What is jdbc odbc driver?
Which jdbc drivers will run your program?
Is oracle client required for jdbc connection?
How many ways can you update a result set?