What are the basic exceptions in jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
What is ODBC and JDBC? How do you connect the Database?
How to move the cursor in scrollable resultset ?
What is the full form of jdbc?
Is it possible to connect to multiple databases simultaneously?
What is jdbc connection interface?
How many locking systems are there in 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,
What is a JDBC 2.0 DataSource?
What is the difference between Minus, and Intersect?
What is createstatement method in java?
How you restrict a user to cut and paste from the html page using java programing?
What is phantom read and which isolation level prevents it?