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
How a component can be placed on Windows?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
Why are my checkboxes not being set from on to off?
What is difference between object state and behavior?
Name the class that is used to bind the server object with RMI Registry?
how do you Handle Front End Application data against DB with example?
how to use debug in my elipse to solve problems that exist in my project
What value does readline() return when it has reached the end of a file?
What is jboss?
What value does read() return when it has reached the end of a file?
What are the different algorithms used for clustering?
What are the oops concept?
What is abstract schema?
What is the difference between the font and fontmetrics classes?
What is permgen or permanent generation?