Answer Posted / ramaiah raj
Class.forName(String ClassName); Here Class is Predefined
class.forName(String className) is method used to create the
object which declared as abstract. In JDBC the Driver class
is an abstract class. So in order to create a instance
forName method is used.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is synchronization and why is it important?
What is the difference between ear, jar and war file?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What is meant by method chaining?
What is ripple effect?
Are there books about seam?
Name the eight primitive java types.
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What is Stream Tokenizer?
Have you used threads in Servelet?
Explain the steps in details to load the server object dynamically?
Can I use multiple html form elements with the same name?
What is the purpose of the notify() method?
what is handle?
What if the static modifier is removed from the signature of the main method?