your problem is not clear. can you elobrate it ? I guess you have created a connection and multiple client using it are creating statements and doing their work...there is no problem in it.
problem comes if any of those client closes this connection as they all might hv reference to connection object.
> How does JDBC Connection work with multithreading
> clients accessing it? Can anybody refer me to any
> documentations out there?