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
what is a non-repeatable read?
How to deploy Jar, War files in J2EE?
Explain RMI Architecture?
How would you create a button with rounded edges?
How database connectivity in XML is achieved?
Explain the difference between object state and behavior?
What is a session? Can you share a session object between different theads?
Name three subclasses of the component class?
Name three component subclasses that support painting?
What restrictions are placed on the location of a package statement within a source code file?
How messaging services are done, before release of JMS?
What is the difference between session and entity beans?
Are there books about seam?
What is JTS?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!