What is connection data?
No Answer is Posted For this Question
Be the First to Post Answer
what is meant by connection pooling?
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 and explain jdbc architecture?
what happen if we set JDBC string to NULL?
What is jdbc resultsetmetadata interface?
Which type of driver provides jdbc access via one or more odbc drivers?
password, is stored in as plain text. What can I do to protect my passwords?
How can you sort dates?
What is static Synchronized method in JDBC API? Give an example?
3 Answers 3 Edge Solutions, R Systems, Sirvisetti Global Services,
What is statement and resultset in jdbc?
What types of DataSource objects are specified in the Optional Package?
Is jdbc part of j2ee?