What are the different types of JDBC drivers?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about the drive manager class working?
What is jdbc and jdbc drivers?
What are the different types of locking in JDBC?
What does jdbc stand for?
How can I write to the log used by DriverManager and JDBC drivers?
Where jdbc drivermanager class is used?
What is an encrypted internet connection?
Is the JDBC-ODBC Bridge multi-threaded?
Why do we use jdbc in java?
What is jdbc connection?
Does the JDBC-ODBC Bridge work with Microsoft J++?
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,