What is the advantage of namedparameterjdbctemplate?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of locking in JDBC?
What is jdbc url for mysql?
How do you insert images into database using jdbc?
Briefly tell about the jdbc architecture.
Differentiate between stored procedure and functions?
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 happens if connection is not closed?
What is sqlwarning and discuss the procedure of retrieving warnings?
What is batch processing and how to perform batch processing in jdbc?
how many JDBC drivers ?name them?
What are the differences between stored procedure and functions?
How transactions are performed using JDBC ?