What do you understand by jdbc statements?
No Answer is Posted For this Question
Be the First to Post Answer
What does jdbc setmaxrows method do?
What is odbc and jdbc?
Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?
What are the steps to connect to the database in java?
What is phantom read and which isolation level prevents it?
Why do we use jdbc?
What are the different types of interfaces in the api component?
Explain the two tier and three tier architecture of jdbc.
What is metadata in java programming?
what is the current version of JDBC? and explain its features?
How does jdbc connect to database?
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>......