How does a custom RowSetReader get called from a CachedRowSet?


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

Post New Answer

More JDBC Interview Questions

How warnings are retrieved in JDBC?

1 Answers  


How can you make a connection?

0 Answers  


What class.forname will do while loading drivers of jdbc?

0 Answers  


How does jdbc work?

0 Answers  


What is the major difference between java.util.date and java.sql.date data type?

0 Answers  


Describe how the jdbc application works.

0 Answers  


What is the use of jdbc?

0 Answers  


What is odbc and jdbc?

0 Answers  


What will happen when ResultSet is not closed?

1 Answers   CTS,


How do you create Connection?

5 Answers   HCL,


MY code is: public class P1{ public static void main(String ar[]) { class.forName("java.lang.String"); } } errors i got are :New.java:5: error: <identifier> expected class.forName("java.lang.String"); ^ New.java:5: error: invalid method declaration; return type required class.forName("java.lang.String"); ^ New.java:5: error: illegal start of type class.forName("java.lang.String"); ^ New.java:7: error: reached end of file while parsing } ^ 4 errors HELP ME>......

3 Answers  


List the common jdbc exceptions ?

0 Answers  


Categories