Explain in detail about JDBC and its general features?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JDBC Interview Questions

If iam using JDBC API, do I also have to use ODBC?

1 Answers  


Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.

0 Answers  


What is JDBC API and when do we use it?

0 Answers  


What is the difference between Union, Unionall ?

1 Answers  


What are the jdbc drivers in java?

0 Answers  






Explain in detail about JDBC and its general features?

0 Answers  


How we store procedure in oralce for callable statements in jdbc

0 Answers  


What are the conditions applies to varchar variable, when using in procedures?

0 Answers  


Explain the various types of locking system in jdbc?

0 Answers  


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,


signature of init method?

2 Answers  


What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................

6 Answers   TCS,


Categories