What does the jdbc resultset interface?
No Answer is Posted For this Question
Be the First to Post Answer
Can the JDBC-ODBC Bridge be used with applets?
What is a statement in java?
password, is stored in as plain text. What can I do to protect my passwords?
What should be done for auto generating primary key id in a table ?
What is odbc. how is it related to sql cli?
What is jdbc odbc bridge?
What is database deadlock ?
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,
How can you know about drivers and database information ?
What are temp tables ?
How can I manage special characters when I execute an insert query?
What are the jdbc drivers in java?