what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?
2 4776Hi 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 9808HI 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 7025How to create Connection interface object because it is Interface , Interface is not instansiated?
9 19518What 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.
2356
What is the feature of jdbc v4?
What are the exceptions in jdbc?
How many categories of jdbc drivers are there?
What is odbc jdbc?
Is jdbc faster than odbc?
What does it mean to "materialize" data?
Why do I have to reaccess the database for Array, Blob, and Clob data?
What is a connection string used for?
What are the common tasks of JDBC?
How do I find whether a parameter exists in the request object?
What protocol does jdbc use?
Where is jdbc used?
What is jdbc and explain jdbc architecture?
What is the query used to display all tables names in SQL Server (Query analyzer)?
What is the reason why we need a jdbcrowset like the wrapper around resultset?