Spring JDBC Support MCQ-4
The Spring JDBC Template has more advantages compared with standard JDBC.
The Spring JDBC template allows to clean-up the resources automatically, e.g. release the database connections.
This allows the programmer to react more flexible to the errors. The Spring JDBC template converts also the vendor specific error messages into better understandable error messages.