Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Joel Elliott   on Oct 10 In Java Category.

  
Question Answered By: Hilma Miller   on Oct 10

lezzaboy is making a reference to the JDBC driver
using Class.forName() method, even though he not
assigned the value returned by Class.forName() to a
variable, the method actually initializes a Class(in
the parameter), so he can refer the Class further to
create a Connection by using DriverManager...

somebody plz tell me is it the "import" keyword
related to "Class.forName()" method, becauz it's
looking like these two methods doing the same thing
(Im not sure)..

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Calling classes Or get search suggestion and latest updates.


Tagged: