what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?
2 4659Hi 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 9674HI 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 19211What 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 are common JDBC Exceptions?
What is JDBC DataSource and what are it’s benefits?
What is jdbc connection interface?
How to retrieve warnings in jdbc?
What is the difference between ojdbc6 and ojdbc7?
Why do we need a jdbcrowset like wrapper around resultset?
password, is stored in as plain text. What can I do to protect my passwords?
What is java soft framework?
Compare jdbc and odbc and how is jdbc required in this context.
What is the difference between setmaxrows(int) and setfetchsize(int)?
How are jdbc statements used?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
What is com mysql jdbc driver?
What is meant by dao?
What are the 4 types of jdbc drivers?