kooskuntla venkat

Greenhorn
+ Follow
since Sep 10, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by kooskuntla venkat

i had a problem in connecting database on server in lan
suppose we are working in intranet database is on someother system,where we have to create dsn whether on client machine or server machine.
i had a problem in connecting oracle database in server.
Can we call destroy() method on servlets from service method?
19 years ago
hello sujith
is there any memory management issue arises while loading driver with class.forname and drivermanager.registerdriver
from venkat

Originally posted by Sujith Kanaparthi:
Hi kooskuntla venkat,

The following line of code
Class.forName("MyDriver");
will load the Driver with name MyDriver and also registers it with DriverManager by calling DriverManager.registerDriver().There is no need for you to register that driver explicitly by calling DriverManager.registerDriver() because Class.forName is doing both the things for you.

Regards Sujith

what is the difference with Class.forname and DriverManager
why type 4 is called thin driver
what is the life cycle of a thread
what is the life cycle of a thread
19 years ago
what are collection objects?
19 years ago
what is a hashcode? give an example
19 years ago