What does setautocommit do?
No Answer is Posted For this Question
Be the First to Post Answer
What is jdbc driver?
Without using of Class.forName(? ?), how do you connect to db?
What is the full form of jdbc and what is its purpose?
How can we execute stored procedures using callablestatement?
What are the differences between execute, executequery, and executeupdate?
What are the different classes through which JDBC represents statements?
What is sqlwarning?
Is jdbc a middleware?
What is a jdbc connection string?
What is jdbc and odbc?
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 are JDBC Best Practices?