What is JDBC?
Answers were Sorted based on User's Feedback
Answer / janet
JDBC is a set of java API for executing SQL statements.
This API consists of a set of classes and interfaces to
enable programs to write pure Java Database applications.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / mraghuhere
JDBC is a mechanism supported by java to communicate with a database through the java application.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / deepu
Jdbc is a multidatabase application programming interface(API).It provides java ovbjects for working with database drivers,connections,sql statements,Query result sets.
JDBC ,makes it easier to write jacva code for accessing sql databases.
| Is This Answer Correct ? | 1 Yes | 0 No |
Can we make a database connection from HTML ?
6 Answers Aptech, BOB Technologies, Cap Gemini, Wipro,
How many types of JDBC Drivers are present and what are they?
How to use JDBC to connect Microsoft Access?
Which interface handles transaction management in jdbc?
When do we use execute method in java jdbc?
is that compulsory to have Primarykey-forignkey for joints (outer inner,equal)
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
What is database deadlock ? How can we avoid them?
What does jdbc setmaxrows method do?
What is database null and Java null?
What are the different types of statements?
Why isn't the java.sql.DriverManager class being found?