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

senior

What are the disadvantages of using Reactive Streams?

senior

What are some benefits of using Spring Transactions?

expert

Where does the @Transactional annotation belong?

Bình luận

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

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