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

middle

What is the typical Bean life cycle in Spring Bean Factory Container?

junior

How to integrate Java Server Faces (JSF) with Spring?

senior

What is Aspect-Oriented Programming?

Bình luận

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

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