What is jsp and jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
how we can remove hard code in java?
What is Type-3 Driver and when this driver is used?
What are the basic exceptions in jdbc?
What is the role of the jdbc drivermanager class?
how you will execute the many tables data
What is the JDBC?
Explain the difference between rowset vs. Resultset in jdbc?
What are JDBC Best Practices?
Is odbc an api?
What port does jdbc use?
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 the meaning of batch updates?