Java MCQ Set 1 1. Spring’s HibernateTemplate can simplify your DAO implementation by managing sessions and transactions for you. a) True b) False AnswerAnswer: a [Reason:] However, using HibernateTemplate means your DAO has to depend on Spring’s API. 2. An alternative to Spring’s HibernateTemplate is:- a) HibernateContext b) Hibernate’s contextual sessions c) All of the…