How can we disable a constraint ?
No Answer is Posted For this Question
Be the First to Post Answer
What does connection pooling mean ?
What are the new features available in jdbc 4.0?
What will happen when ResultSet is not closed?
State the three different ways in which you can create a table?
What is hbm xml?
how many JDBC drivers ?name them?
What is JDBC DataSource and what are it’s benefits?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
What are the advantages of using jdbc datasource?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
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>......