What are drivers available?
No Answer is Posted For this Question
Be the First to Post Answer
How to set NULL values in JDBC PreparedStatement?
What is the difference between Minus, and Intersect?
What is executeupdate in java?
What is drivermanager in jdbc?
How can you create jdbc statements?
RowSetInternal caller and returns void. What can I do in the readData method?
What is a jdbc connection pool?
How to connect multiple database in jdbc?
When you will get error like ?No suitable driver??
What is jdbc template?
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 class.forname will do while loading drivers of jdbc?