How do I find jdbc version?
No Answer is Posted For this Question
Be the First to Post Answer
What are the steps to connect to the database in java?
What do you understand by DDL and DML statements?
Why resultset is used in java?
Explain Basic Steps in Writing a Java Program Using Jdbc?
What is jdbc and its types?
Explain the difference between resultset and rowset in jdbc
Which is best database for java?
Jdbc-odbc bridge is multi-threaded or not?
What is meant by jdbc?
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 jdbc architecture?
What are the different classes through which JDBC represents statements?