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)..