How a database driver can be loaded with jdbc 4.0 / java 6?
No Answer is Posted For this Question
Be the First to Post Answer
What are database warnings in jdbc and how can we handle database warnings in jdbc?
What is an encrypted internet connection?
What are the differences between execute, executequery, and executeupdate?
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,
Hi........I need to create a dropdown box using java.....this box should show the values that should be taken from the database...... Thank you....
how to prevent finally block from execution
Why prepared statements are faster?
What are jdbc and its components?
Explain the locking system in jdbc?
What is the jdbc rowset?
What is jdbc connection?
what does the method Class.forName returns?