all Java qts are imp ?
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>......
How are jdbc statements used?
How do I insert an image file (or other raw data) into a database?
what is the difference between SENSITIVE and INSENSITIVE?
What is represented by the connection object?
How can you make a connection?
What is odbc and jdbc in dbms?
What is url in jdbc connection?
What is connection pooling? What Method and class used for Connection pooling in Java?
How to create Connection interface object because it is Interface , Interface is not instansiated?
What are the differences between execute, executequery, and executeupdate?
What is de-normalization?