Is possible to open a connection to a database with exclusive mode with JDBC?
No Answer is Posted For this Question
Be the First to Post Answer
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 encrypted connection?
what are the advantages of JDBC?
What are the basic exceptions in jdbc?
What are the benefits of PreparedStatement over Statement?
Difference between Generic Servlet and HTTP Servlet?
How do I insert/update records with some of the columns having NULL value?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
How to retrieve warnings in jdbc?
State the different connection methods used for creating different types of sql.
What are the sailent features of JDBC 2.0?
Why do we need jdbc driver?