What is connection commit?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of collection pools?
What is Type-3 Driver and when this driver is used?
give me a java code snippet to connect Microsoft excel through.... I am trying alot... plz help me.
What is JDBC DataSource and what are it’s benefits?
explain about special characters?
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 jdbc vs odbc?
Is jpa faster than jdbc?
What is an encrypted internet connection?
What is resultset in jdbc with example?
What is a java driver?
What is jdbc in java?