12345678910



Question 1: Does Spring provides programmatic transaction management? Select a unique answer.
1. Yes with the TransactionTemplate class
2. Yes with the TransactionService class
3. Yes using the @Transactional bean post processor
4. No