Is spring jdbctemplate thread safe?



Is spring jdbctemplate thread safe?..

Answer / Maneesh Jain

The Spring JDBC Template is not thread-safe by default. To make it thread-safe, you can use a DataSourceTransactionManager or JdbcTemplate with the TransactionSynchronizationManager.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

Explain joinpoint.

1 Answers  


What is jpa in spring?

1 Answers  


Which is better setter or constructor injection?

1 Answers  


What is base package in spring?

1 Answers  


How do you define the scope of a bean?

1 Answers  


What is difference between applicationcontext and beanfactory?

1 Answers  


What is spring actuator?

1 Answers  


What are some of the design patterns used in the spring framework?

1 Answers  


What is generic dao?

1 Answers  


What is spring mvc interceptor and how to use it?

1 Answers  


What is difference between spring aop and aspectj?

1 Answers  


What is the main difference between @requestparam and @pathvariable annotation?

1 Answers  


Categories