What are the steps to connect to the database in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JDBC Interview Questions

What is the jdbc rowset?

0 Answers  


Explain the role of driver in jdbc.

0 Answers  


Discuss the procedure of retrieving warnings?

0 Answers  


How many rowset are available in jdbc?

0 Answers  


Result set’s index starts with 0 or 1?

0 Answers  






What is JDBC DataSource and what are it’s benefits?

0 Answers  


Why resultset is used in java?

0 Answers  


What are the exceptions in jdbc?

0 Answers  


what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();

1 Answers  


How can we set null value in jdbc preparedstatement?

0 Answers  


What is the full form of jdbc?

0 Answers  


What are the advantages of database connection pooling?

0 Answers  


Categories