Answer Posted / amol sawant
Class.forName(driver);
in this "Class" is the name of the Object of "Class" class
which is in sql package
and forName();
is method of that class "Class"
it will load the driver for connection purpose
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
When a thread blocks on i/o, what state does it enter?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
For which statements does it make sense to use a label?
Are there books about seam?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
Difference between loadclass and class.forname?
what is a portable component?
What do you need to set-up a cluster with jboss?
What are the steps to write p-to-p model application?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
How a component can be placed on Windows?
Do I need to import javlang package any time? Why ?
What are the different methods of identifying an object?
What is the difference between system.out ,system.err and system.in?
Have you used threads in Servelet?