Can we be done loading driver and registering driver by Using 'new" Oper.
Dear Sir..
Can we directly create the instance of any driver class by using the "new" operator and by this object can we call any method like getConnection() etc,will it return connection instance.
Is it necessary these all task from loading to registering the drivers all done by the help of class.forName().
Please i am very confuse ...help me..

