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 |
Write about batchpreparedstatementsetter?
How to create an applicationcontext in a java program?
How to achieve localization in spring mvc applications?
Why do we need spring jdbctemplate?
What is dataaccessexception?
What is aop? And how the aop used in spring?
Why do we use aop in spring?
How can you inject java collection in spring?
What is the advantage of spring?
How to get servletcontext and servletconfig object in a spring bean?
What is spring core module?
What is spring mvc used for?