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 |
How we can you use preparedstatement.
What is statement and preparedstatement in java?
What is JDBC PreparedStatement?
What is static Synchronized method in JDBC API? Give an example?
3 Answers 3 Edge Solutions, R Systems, Sirvisetti Global Services,
Is jdbc and orm?
How a database driver can be loaded with jdbc 4.0 / java 6?
What is executequery in java?
Why we use while rs next ())?
How do I set properties for a JDBC driver and where are the properties stored?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
What is sqlwarning?
What is Type-2 Driver and when this driver is used?