Discuss the significances of jdbc.


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

Post New Answer

More JDBC Interview Questions

What is data source in java?

0 Answers  


What is JDBC Connection isolation levels?

0 Answers  


What is the syntax of URL to get connection?

1 Answers  


What are JDBC Best Practices?

0 Answers  


How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?

0 Answers  






What is the difference between triggers and procedures?

1 Answers  


What is jdbc explain?

0 Answers  


Hi my doubt is that preparedStatement is a interface means which has no implemenation.plz go thru the code below String sql = "SELECT * FROM movies WHERE year_made = ?"; prest = con.prepareStatement(sql); prest.setInt(1,2002); ResultSet rs1 = prest.executeQuery(); Now setInt and executeQuery how it works since it is interface it does not have implementation how it works, how executeQuery returns result from database as executequery method has no implementation even in Statement interface.

4 Answers   Cybermate, Hexaware,


What are the standard isolation levels defined by JDBC?

0 Answers  


What is static Synchronized method in JDBC API? Give an example?

3 Answers   3 Edge Solutions, R Systems, Sirvisetti Global Services,


what is metadata and it's use?

3 Answers  


What are the conditions applies to varchar variable, when using in procedures?

0 Answers  


Categories