Why is jdbc needed?


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

Post New Answer

More JDBC Interview Questions

How can you load the drivers in jdbc?

1 Answers  


What is the role of class.forname while loading drivers?

0 Answers  


What is statement and preparedstatement in java?

0 Answers  


What is a Connection?

1 Answers  


What is a PreparedStatement?

3 Answers   Infosys,






List the common jdbc exceptions ?

0 Answers  


Why do we use jdbc statements?

0 Answers  


What is jndi lookup?

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 execute stored procedures?

0 Answers  


How many ways that we can view a result set?

0 Answers  


What is the JDBC syntax for using a literal or variable in a standard Statement?

0 Answers  


Categories