Answer Posted / anupam kushwaha
JDBC is not a language or a software product. It is an API, which contains set of java classes and interfaces for developing database application using Java.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does setautocommit do?
What are temp tables ?
What is ojdbc?
How can I manage special characters when I execute an insert query?
How do java applications access the database using jdbc?
Is there another way of dealing with the result set that could execute faster?
What is a JDBC 2.0 DataSource?
What is the difference between ojdbc6 and ojdbc7?
What are the classes and methods used for sending sql statements to database?
Can resultset be null in java?
What is DML?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
Explain the process of creating tables using NetBeans IDE?
What is encrypted connection?
How do I load a database driver with JDBC 4.0 / Java 6?