What is the use of jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
What is jdbc odbc bridge in java?
what is call level interface?
What is jdbc and jpa?
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
Name the types of jdbc drivers.
In which ways is driver class is registered with drive manager?
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.
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 jdbc driver manager?
How do I receive a ResultSet from a stored procedure?
what is connection pooling?
what is JDBC?