Why would you use setautocommit(false) in jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of using preparedstatement over statement?
What are devices?
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 use of connection pooling?
What are different parts of a url?
Compare jdbc and odbc and how is jdbc required in this context.
what is rowset?
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....
What is the full form of jdbc and what is its purpose?
How to check jdbc connection in linux?
What is batch processing and how to perform batch processing in jdbc?
Where jdbc drivermanager class is used?