How many types of statements are there in jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
How do I connect to jdbc?
What are the 4 types of jdbc drivers?
what is call level interface?
What is the jdbc rowset?
What are different parts of a url?
what are the Different types of exceptions in JDBC?
How does a file store compare with a jdbc store?
Result set’s index starts with 0 or 1?
How can you load the drivers 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 are the three basic components of the odbc architecture?
What are the different types of statements in jdbc?