How does changing the bin area in Spring affect the call of methods annotated with @PreDestroy?
Java
Do you have experience using coroutines in your projects?
How did you ensure the security of password storage in your last project?
What are the main difficulties that can be encountered when working with databases?
How is the relationship between tables in a database ensured?
What build tool did you use at your previous job?
Explain the N+1 problem that can occur when using Hibernate, and how to avoid it.
What is the purpose of the Qualifier annotation in the Spring framework for dependency injection?
What happens if, when calling the equals method, the object being compared to is null?
What distinguishes the differences between dependency injection methods using constructor, field, and method?
For what reason can't class fields be declared as final?
Which class in Java is the notify method intended for?
Is it permissible to declare a class as final when using it as an Entity in JPA?
Can you explain the stages of the bean lifecycle in Spring Framework?
Have you worked with test automation tools and code verification libraries?
Is there a dedicated starter in Spring Boot that implements CORS support?
In what cases is it recommended to use caching with Caffeine?
Can you explain what the reactive web framework WebFlux is and what are its main advantages?
How is memory usage control implemented in the system?
At what point in the Spring Bean lifecycle process is the proxy object created and set?