Describe the steps needed to execute a sql query using jdbc.


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

Post New Answer

More JDBC Interview Questions

What is isolation level? How to set it?

0 Answers   FGG,


What are the Isolation level in JDBC transaction?

1 Answers  


Is jdbc an api?

0 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,


Which package is used for jdbc application?

0 Answers  






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

1 Answers  


How many ways can you update a result set?

0 Answers  


What is the jdbc rowset?

0 Answers  


What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?

0 Answers  


Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?

0 Answers  


Can we return resultset in java?

0 Answers  


How can I instantiate and load a new CachedRowSet object from a non-JDBC source?

0 Answers  


Categories