Câu hỏi phỏng vấn Spring
Câu hỏi

What is the default sc...

Câu trả lời

The default scope in a web context for Spring beans is "singleton." This means that a single instance of a bean is created and shared across the entire Spring application context. The singleton scope is the default for any Spring application, whether it is web-based or not, ensuring that only one instance per Spring IoC (Inversion of Control) container is used[1][6].

Citations:
[1] https://howtodoinjava.com/spring-core/spring-bean-scopes/
[2] https://www.tutorialspoint.com/spring/spring_bean_scopes.htm
[...

senior

senior

Gợi ý câu hỏi phỏng vấn

expert

Can we use both Web MVC and WebFlux in the same application?

entry

What is Spring?

middle

What is the difference between Bean Factory and Application Context?

Bình luận

Chưa có bình luận nào

Chưa có bình luận nào