What is jdbc explain?
No Answer is Posted For this Question
Be the First to Post Answer
Is jdbc part of j2ee?
What is the return type of class.forname() method?
What is jdbc odbc driver?
What are the basic exceptions in jdbc?
Explain about DSN?
Is there another way of dealing with the result set that could execute faster?
What is de-normalization?
How can we execute stored procedures using callablestatement?
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,
Which jdbc driver type s is are the jdbc odbc bridge?
What is xe in oracle jdbc url?
How do you know which driver is connected to a database?