What is session scope in spring?
Answer / Parul Sharma
Session scope in Spring means that a bean is created for each HTTP session and only available within the lifetime of that session. This allows session-specific data to be stored and accessed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write the benefits of using ioc?
What is the advantage of dependency injection in spring?
How does the ioc work?
What is weaving?
What is around advice in spring?
What type of transaction management spring support?
What are the different types of advice?
What is @entity annotation in spring?
What is the use of dispatcher servlet?
What are the benefits spring framework?
Are singleton beans in spring a regular singleton object?
What is autoproxying?