whats is mean by class.forName()
whats the return type of class
Answer Posted / sujeev kr singh
class.forName() is a method to load the driver class.
Return type of this method is class object.
eg :- class.forName("sun.jdbc.odbc.jdbcodbcDriver")
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What’s jboss cache in short?
How would you detect a keypress in a jcombobox?
Explain about thread synchronization inside a monitor?
For which statements does it make sense to use a label?
which book is better for jdbc ,servlets and jsp
Can I map more than one table in a cmp?
How are the elements of a cardlayout organized?
What do you mean by Socket Programming?
What is an abstract method?
Is “abc” a primitive value?
What is the difference between a static and a non-static inner class?
what is Activation Instantinator?
What is mdb and what is the special feature of that?
Explain the different types of memory used by jvm?
What is a tasks priority and how is it used in scheduling?