What is a statement in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can the JDBC-ODBC Bridge be used with applets?
How to execute bulk number of queries at once?
What is odbc jdbc?
Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.
What are static and dynamic queries?
Hi to all.. well i want to make a standalone application which can use the concept of connection pooling, constraint is that i have not to use any application server like weblogic etc. Please help me out. Thaks in advance.
Can resultset be null in java?
what is call level interface?
What are the different types of statements? How we can you use preparedstatement.
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 Apache DBCP API?
What is jdbc driver manager?