Is jdbc an api?
No Answer is Posted For this Question
Be the First to Post Answer
List the advantages of using datasource?
How warnings are retrieved in JDBC?
What is meant by jdbc?
Briefly tell about the jdbc architecture.
Why do we need jdbc driver?
Which jdbc driver is the fastest driver?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
How can we store the file in the oracle database?
What does the jdbc driver interface do?
How to connect html page to database using jdbc?
what does batchUpdate does?
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,