How can I create a custom RowSetMetaData object from scratch?
No Answer is Posted For this Question
Be the First to Post Answer
How do we load the drivers?
How do find debugging problems related to JDBC API?
What are the different types of drivers under jdbc?
What is JDBC Transaction Management and why do we need it?
Difference between Generic Servlet and HTTP Servlet?
How can a java objects be stored in database?
How do I insert/update records with some of the columns having NULL value?
Is the JDBC-ODBC Bridge multi-threaded?
What are statements in JAVA ?
What is JDBC ResultSet?
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>......
What is metadata in java programming?