How to guarantee the JDBC code is thread safe? Should we put synchronize block in JDBC methods that performs update/delete operations? please advice. thanks.