What is Apache DBCP API?
No Answer is Posted For this Question
Be the First to Post Answer
What is database deadlock ? How can we avoid them?
What is jdbc and odbc?
Is jdbc and orm?
What is database deadlock ?
What is ojvm used for?
Why isn't the java.sql.DriverManager class being found?
What is the fastest type of JDBC driver?
What is the return type of execute, executequery and executeupdate?
What are the differences between stored procedure and functions?
What is drivermanager in jdbc?
What is isolation level? How to set it?
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>......