Possible Duplicate:
Is java.sql.Connection thread safe?
can multiple threads use a same java.sql.Connection to send queries to a database at the same time? all the threads will use the connection at the same time.
if the connection is obtained from a singleton class, will the above case be possible still?