Is jdbc a framework?
No Answer is Posted For this Question
Be the First to Post Answer
What is while rs next ())?
What is the difference between Union, Unionall ?
What is odbc. how is it related to sql cli?
What is jsp and jdbc?
What are the components of jdbc?
How a database driver can be loaded with jdbc 4.0 / java 6?
How do java applications access the database using jdbc?
What is the meaning of batch updates?
What is ODBC and JDBC? How do you connect the Database?
Can you create an index on sex column where there is M or F?
Can we make a database connection from HTML ?
6 Answers Aptech, BOB Technologies, Cap Gemini, Wipro,
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>......