What is stateless bean in spring?



What is stateless bean in spring?..

Answer / Amardeep Kumar Sinha

A stateless bean in Spring has a request-scoped context. It does not maintain any conversational state between method invocations and is created and destroyed for each request.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Spring Framework Interview Questions

Write about batchpreparedstatementsetter?

1 Answers  


How to create an applicationcontext in a java program?

1 Answers  


How to achieve localization in spring mvc applications?

1 Answers  


Why do we need spring jdbctemplate?

1 Answers  


What is dataaccessexception?

1 Answers  


What is aop? And how the aop used in spring?

1 Answers  


Why do we use aop in spring?

1 Answers  


How can you inject java collection in spring?

0 Answers  


What is the advantage of spring?

1 Answers  


How to get servletcontext and servletconfig object in a spring bean?

1 Answers  


What is spring core module?

1 Answers  


What is spring mvc used for?

1 Answers  


Categories