Heys all, i have a class with a static reference to a java.sql.Connection object. i mainly call the object's prepareStatement().
Every other servlet that needs the DB will basically contact this class and they will all share the same connection object. I'm wondering if i'm going to bump into some real concurrency issues or is it perfectly alright to do so?
