whats is mean by class.forName()
whats the return type of class
Answer Posted / shic kumar
class.forName() is used to load the class at run time that
is also called dynamic loading
this mehod is also used to load the driver for database
connectivity like
class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
here this method is used for loadig jdbcodbc driver
| Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
Is a class a subclass of itself?
How are the elements of a borderlayout organized?
What is abstract schema?
To what value is a variable of the string type automatically initialized?
What restrictions are placed on the location of a package statement within a source code file?
What value does read() return when it has reached the end of a file?
Is “abc” a primitive value?
Do we need to override service() method
which type of objects reference will be given to client?
How substring() method of string class create memory leaks?
What event results from the clicking of a button?
What is the purpose of the wait(), notify(), and notifyall() methods?
When is the best time to validate input?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?