Create a Java Component that manages communication to the database.
The constructor should open the Connection.
There should be at least two other methods:
All exceptions should be thrown instead of being caught.