what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?
2 4662Hi 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 9675HI ALL, How to Overcome "OutOfMemoryException"? when I am compiling source having more than 1000 LOC throwing this exception. Can any one give correct answer to my question? thx
5 6874How to create Connection interface object because it is Interface , Interface is not instansiated?
9 19218What is
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
2307
What is batch processing and how to perform batch processing in jdbc?
What does connection pooling mean ?
What is the difference between jdbc and jndi?
Is it possible to connect to multiple databases simultaneously?
Does sql allow null values ?
Is jdbc connection secure?
What is jndi lookup?
What are clob and blob data types in jdbc?
Explain the life cycle of jdbc.
What are the factors that the jdbc driver performance depends upon?
How to retrieve warnings in jdbc?
Which interface is responsible for transaction management in jdbc?
What is sqlwarning and discuss the procedure of retrieving warnings?
Is jdbc object oriented?
What is data source in java?