Where is jdbc used?


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

Post New Answer

More JDBC Interview Questions

Where jdbc drivermanager class is used?

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,


Can we make a database connection from HTML ?

6 Answers   Aptech, BOB Technologies, Cap Gemini, Wipro,


What are the differences between execute, executequery, and executeupdate?

0 Answers  


What is JDBC Connection? Explain steps to get Database connection in a simple java program.

0 Answers  






How can I use the JDBC API to access a desktop database like Microsoft Access over the network?

0 Answers  


Which type of driver provides jdbc access via one or more odbc drivers?

0 Answers  


What is the limitation of PreparedStatement and how to overcome it?

0 Answers  


How do I receive a ResultSet from a stored procedure?

0 Answers  


how many JDBC drivers ?name them?

6 Answers   CTS, Idea,


What is a jdbc connection?

0 Answers  


What is layer in communication?

0 Answers  


Categories