I have multiple threads trying to update a MySQL database? is executeUpdate method thread-safe to use?
Consider making your update methods using a synchronized keyword and think about your concurrency threads deadlocks there