What is jdbc connection class?
No Answer is Posted For this Question
Be the First to Post Answer
Is jdbc faster than hibernate?
What is the different between ResultSet and RowSet?
How can I write to the log used by DriverManager and JDBC drivers?
What is Type-2 Driver and when this driver is used?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
What is ojvm used for?
What is JDBC?
3 Answers Akamai Technologies,
What is resultset in jdbc with example?
Can you create an index on sex column where there is M or F?
What is database deadlock ?
What is difference between odbc and 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,