Hi If I use JdbcTemplate.execute("sql"), will it automatically close the statement (that it uses) for me? Thanks in advance.
Forum Rules