What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What are statements in JAVA ?
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 is the function of drivermanager class?
Which is best database for java?
how many JDBC drivers ?name them?
What type of driver called is pure Java driver?
what are the Different types of exceptions in JDBC?
Does jdbc require oracle client?
How do I load a database driver with JDBC 4.0 / Java 6?
Is java a database?
What is a jdbc connection?
What is the purpose of the jdbc resultset interface?