How can we store and retrieve images from the database?


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

Post New Answer

More JDBC Interview Questions

What is jdbc explain?

0 Answers  


What do you understand by jdbc datasource?

0 Answers  


Give a way to check that all result sets have bin accessed and update counts are generated by execute method.

0 Answers  


What is ODBC and JDBC? How do you connect the Database?

0 Answers  


How can we store and retrieve images from the database?

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,


How do I stop nullpointerexception?

0 Answers  


What does the connection object represents?

0 Answers  


What is the use of dialect?

0 Answers  


callable is interface or class ?

9 Answers   Fidelity,


How can I write to the log used by DriverManager and JDBC drivers?

0 Answers  


Is jdbc a web technology?

0 Answers  


Categories