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
How do I start debugging problems related to the JDBC API?
What are the new features available in jdbc 4.0?
Give steps to connect to the db using jdbc?
Explain the JDBC Architecture?
What is difference between statement and preparedstatement in jdbc?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
Explain the main method?
In which ways is driver class is registered with drive manager?
How java can be connected to a database?
What do you mean by batch processing in jdbc?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
What should be done for auto generating primary key id in a table ?
What is jdbc odbc?
What are types of jdbc drivers?
Explain about Join?