What are the differences between execute, executequery, and executeupdate?
No Answer is Posted For this Question
Be the First to Post Answer
What is jdbc resultsetmetadata interface?
How do you know which driver is connected to a database?
What is jdbc dialect?
How can I create a custom RowSetMetaData object from scratch?
List some new features available in jdbc 4.0?
What is a rollback in jdbc?
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 is JDBC?
3 Answers Akamai Technologies,
how do we get the connection from connection pool
What packages are used by jdbc?
What does the jdbc resultset interface?
What is jdbc odbc?