How does a custom RowSetReader get called from a CachedRowSet?
How warnings are retrieved in JDBC?
How can you make a connection?
What class.forname will do while loading drivers of jdbc?
How does jdbc work?
What is the major difference between java.util.date and java.sql.date data type?
Describe how the jdbc application works.
What is the use of jdbc?
What is odbc and jdbc?
What will happen when ResultSet is not closed?
How do you create Connection?
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>......
List the common jdbc exceptions ?