What is preparedstatement in jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
Differentiate between type_scroll_insensitive and type_scroll_sensitive.
What is jdbc odbc driver?
List the advantages of using datasource?
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 thin driver in jdbc?
wahts is mean by primary key and unique key?
How warnings are retrieved in JDBC?
What is JDBC and ODBC and what are the differences between them?
11 Answers Idbi Bank, Infosys, Infoview, TCS,
How does jdbc work?
What is JDBC DataSource and what are it’s benefits?
How can I retrieve a String or other object type without creating a new object each time?
What is encrypted connection?