Is there another way of dealing with the result set that could execute faster?
No Answer is Posted For this Question
Be the First to Post Answer
What is executeupdate in java?
What is meant by connection string?
What causes the "No suitable driver" error?
Difference between servlet and applet method?
how to retrieve sql exceptions
If iam using JDBC API, do I also have to use ODBC?
What are the advantages of using jdbc datasource?
What is drivermanager in jdbc?
What does the jdbc databasemetadata interface?
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,
Is jdbc secure?
What is JDBC Batch Processing and what are it’s benefits?