What is the scope of stateless bean in spring?
Answer / Hariom Narayan
A stateless bean in Spring has a singleton scope by default, meaning that there is only one instance of the bean per Spring IoC container. However, since it's a stateless bean (without any state or client-specific data), each invocation will act as if it were the first.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does weaving mean?
What is eager fetch? : Spring Boot
Is spring autowired thread safe?
How do you control the spring life of a bean?
What is aspect oriented programming (aop)?
What is entitymanager in spring?
What is the difference between concern and cross cutting concern in spring aop?
Which is better spring jpa or hibernate?
What is spring bean life cycle?
What is @springbootapplication in spring boot? : Spring Boot
What is thymeleaf template?
What are aspect, advice, pointcut, and joinpoint in aop?