Answer Posted / rajshekhar
class.forName() is used to load the jdbc driver.
class is a class and for name is a static method its syntax
is
Class.forName("sun.jdbc:odbc:JdbcOdbcDriver");
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain about RMI Architecture?
What are the types of scaling?
What is ioc concept?
Write a program to show synchronization?
What is clustering? What are the different algorithms used for clustering?
How to deploy Jar, War files in J2EE?
Are we allowed to change the transaction isolation property in middle of a transaction?
What are the different algorithms used for clustering?
What is a class loader? What are the different class loaders used by jvm?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
What is a sessionfactory? Is it a thread-safe object?
what is Activation Instantinator?
What happens when a thread cannot acquire a lock on an object?
Java is fully object oriented languages or not?
What is glasgow?