Disclosure: the code I\'m working on is for university coursework.
Background: The task I\'m trying to complete is to report on the effect of different threading tec
For any other Java users that stumble across this question, I would recommend using connection pooling so connections are reused properly.