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 is JDBC ResultSet?
Is jdbc a protocol?
How many types of statements are there in jdbc?
Why is jdbc used?
How we can you use preparedstatement.
What is the return type of execute, executequery and executeupdate?
In which ways is driver class is registered with drive manager?
What are the common JDBC problems that you got and how do you solved them?
Differentiate between stored procedure and functions?
Which database is used for java?
What is a statement in java?
Is it possible to connect to multiple databases simultaneously?
What is the purpose of the jdbc resultset interface?
How you restrict a user to cut and paste from the html page using java programing?
How can I connect mysql or oracle with java?