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 connection?
What is while rs next ())?
Why do we need jdbc api?
What is serialization and deserialization in java programming?
How many packages are available in jdbc api?
What are dml and ddl?
What are the advantages of using preparedstatement in java?
Explain the process of creating tables using NetBeans IDE?
What class.forname will do while loading drivers of jdbc?
What is a connection string used for?
What are the steps required to execute a query in jdbc?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
What are clob and blob data types in jdbc?
What is the meaning of “dirty read” in the database?
Give an example for getXXX method?