hi,
i have a java class Myconnector.java which has a mehod giveMeConnectionToDatabase to connect with mysql database
All Other 25 servlets create an instance of this class and
becomm own connection to access database.
My method and my class arent static. Theis mehthod
is not synchronized too.
I havent yet problem with my aoolication, but iwill know
which method is better to use.
Thanks
i have a java class Myconnector.java which has a mehod giveMeConnectionToDatabase to connect with mysql database
All Other 25 servlets create an instance of this class and
becomm own connection to access database.
My method and my class arent static. Theis mehthod
is not synchronized too.
I havent yet problem with my aoolication, but iwill know
which method is better to use.
Thanks