What is the use of Class.forName

Answers were Sorted based on User's Feedback



What is the use of Class.forName..

Answer / rajshekhar

class.forName() is used to load the jdbc driver.
class is a class and for name is a static method its syntax
is
Class.forName("sun.jdbc:odbc:JdbcOdbcDriver");

Is This Answer Correct ?    1 Yes 2 No

What is the use of Class.forName..

Answer / amol sawant

Class.forName(driver);

in this "Class" is the name of the Object of "Class" class
which is in sql package
and forName();
is method of that class "Class"
it will load the driver for connection purpose

Is This Answer Correct ?    0 Yes 1 No

What is the use of Class.forName..

Answer / 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

What is the use of Class.forName..

Answer / bhagya raju vallabhapuram

loads the class into jvm's memory with out creating the object

Is This Answer Correct ?    0 Yes 1 No

What is the use of Class.forName..

Answer / poonam verma

It loads class once and execute static block.

Is This Answer Correct ?    0 Yes 3 No

What is the use of Class.forName..

Answer / ambika

it is used to load the driver in database
its a first step of connection of database
structure:
class.forName("sun.jdbc:odbc:jdbcodbcDriver")

Is This Answer Correct ?    12 Yes 18 No

What is the use of Class.forName..

Answer / devarathnam c,kotagudibanda(po

Hi...
Class.forName();method facilitates you to loading the
driver inorder to providing the connection between the
forntend and backend for database transactions.

Is This Answer Correct ?    2 Yes 15 No

What is the use of Class.forName..

Answer / nk

The class.forname provides a mechanism to define driver at
run time.

Is This Answer Correct ?    8 Yes 23 No

What is the use of Class.forName..

Answer / gopalramana

class.forName("abc.class")
loads ths class and create instance in JVM.

Is This Answer Correct ?    2 Yes 20 No

What is the use of Class.forName..

Answer / chaitanya

Nenu Cheppanu

Is This Answer Correct ?    10 Yes 32 No

Post New Answer

More Advanced Java Interview Questions

Hello, I'm java developer. My skill is programming with java,jsp, struts, struts2+spring, hibernate, eclipse, tomcat, mysql,Oracle,Middlegen and other open source technology. I'm interest work any web base project that use my ability above. The thing is that I have never got any chance to work in this field though i am very much comfort with my skills. So if any body want me then i will happily join you. Also I have also some of my friends if you. If you interest to outsource any project to me then also you are welcome. you can reach me by email at me4bangalore@yahoo.in

4 Answers  


Difference between sleep and suspend?

3 Answers  


What are the JSP implicit objects ?

1 Answers   eMids,


What is meant by method chaining?

0 Answers  


whats is mean by object and class?

1 Answers   Saka Solutions,






When is the best time to validate input?

0 Answers  


What is glasgow?

0 Answers  


Why DOM Parser would take more Memory than SAX parser while they are parsing?

3 Answers   OnMobile,


How to determine SGA site?

0 Answers   Wipro,


how convert java file to jar files?

10 Answers   Samsung,


What is ioc concept & explain it?

0 Answers  


which book is better for jdbc ,servlets and jsp

0 Answers   TCS,


Categories