How does a custom RowSetReader get called from a CachedRowSet?
No Answer is Posted For this Question
Be the First to Post Answer
Explain different types of locks in jdbc?
What are the types of jdbc drivers that exist?
How can I determine the isolation levels supported by my DBMS?
signature of init method?
how to retrieve sql exceptions
PreparedStatement is a pre compiled statement but where it's pre compiled ?
How do we load the drivers?
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 odbc jdbc?
How are jdbc statements used?
How to get a whole row of data at once?
What is the role of the jdbc drivermanager class?