Why is spring default scope singleton?
Answer / Pande Rajkumar Ayugyanarayan
Cross-cutting concerns refer to functionalities that affect multiple components or classes within an application, such as logging, security, and transaction management. Spring AOP allows these concerns to be implemented without adding code to the business logic.
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of modules are there in spring? Name them.
In what points, can weaving be applied?
What is @modelattribute annotation in spring?
What is @entity annotation in spring?
What does ioc mean in security?
What is @bean annotation in spring?
What is the use of application server?
What is a proxy?
What is difference between oauth and oauth2?
What are the differences between constructor injection and setter injection?
What is difference between @inject and @autowired?
What is inversion of control in spring?