Where jdbc drivermanager class is used?
No Answer is Posted For this Question
Be the First to Post Answer
Explain in detail about JDBC and its general features?
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 batch processing and how to perform batch processing in jdbc?
How is database middleware used to access legacy databases?
What is jdbc connection?
How to rollback a JDBC transaction?
what is call level interface?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
What are the conditions applies to varchar variable, when using in procedures?
Can we make a database connection from HTML ?
6 Answers Aptech, BOB Technologies, Cap Gemini, Wipro,
How do we load the drivers?
What is the role of the jdbc drivermanager class?