PreparedStatementCreator:
• Is one of the most common used interfaces for writing DATA to database.
• Has one METHOD –createPreparedStatement(Connection)
• RESPONSIBLE for creating a PreparedStatement.
• Does not NEED to HANDLE SQLExceptions.
PreparedStatementCreator:
• Is one of the most common used interfaces for writing data to database.
• Has one method –createPreparedStatement(Connection)
• Responsible for creating a PreparedStatement.
• Does not need to handle SQLExceptions.