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


Please Help Members By Posting Answers For Below Questions

Explain the different types of memory used by jvm?

608


What is ioc concept?

687


what is the use of State Factories?

1905


Is the infobus client side only?

605


How is a java object message delivered to a non-java client?

571






What is jboss?

571


Have you used threads in Servelet?

1928


What is colon_pkg_prefixes and what is its use?

1994


Is jvm a overhead?

621


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

1360


Can I use multiple html form elements with the same name?

578


What do you mean by Socket Programming?

545


Brief description about local interfaces?

627


Which javutil classes and interfaces support event handling?

579


wahts is mean by dynavalidatorform in struts/

1567