Where is jdbc used?


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

Post New Answer

More JDBC Interview Questions

What are the basic exceptions in jdbc?

0 Answers  


What do you understand by DDL and DML statements?

0 Answers  


What is Type-3 Driver and when this driver is used?

3 Answers   Wipro,


Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?

0 Answers  


Explain about the drive manager class working?

0 Answers  






what happens if connection is not closed?

7 Answers   CTS,


How can I retrieve a String or other object type without creating a new object each time?

0 Answers  


What do you understand by jdbc datasource?

0 Answers  


What are different parts of a url?

0 Answers  


what is call level interface?

1 Answers  


What are the ddl statements?

0 Answers  


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

1 Answers  


Categories