Explain about the Try Block?
No Answer is Posted For this Question
Be the First to Post Answer
What is new in JDBC 2.0?
What is the meaning of batch updates?
What are collection pools?
What are the 4 types of jdbc drivers?
What do you mean by odbc?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
PreparedStatement is a pre compiled statement but where it's pre compiled ?
what does batchUpdate does?
Is possible to open a connection to a database with exclusive mode with JDBC?
What is isolation level? How to set it?
What is a Connection?
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,