Why is spring default scope singleton?



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

Post New Answer

More Spring Framework Interview Questions

How many types of modules are there in spring? Name them.

1 Answers  


In what points, can weaving be applied?

1 Answers  


What is @modelattribute annotation in spring?

1 Answers  


What is @entity annotation in spring?

1 Answers  


What does ioc mean in security?

1 Answers  


What is @bean annotation in spring?

1 Answers  


What is the use of application server?

1 Answers  


What is a proxy?

1 Answers  


What is difference between oauth and oauth2?

1 Answers  


What are the differences between constructor injection and setter injection?

1 Answers  


What is difference between @inject and @autowired?

1 Answers  


What is inversion of control in spring?

1 Answers  


Categories