Spring Boot

Spring doesn’t recommend @Autowired anymore???

There are 3 ways we can inject dependencies and Field Injection is not recommended anymore. In Spring, dependency injection is a fundamental concept used to manage the lifecycle and dependencies of beans. @Autowired is a common way to inject dependencies into Spring-managed components. When we run the code analysis tool in the IDE, it may issue the […]

Spring doesn’t recommend @Autowired anymore??? Read More »

My interview experience for Software Architect — Java position.

Recently I gave interview for Software Architect — Java role in one of the leading service based companies. I am sharing here list of questions asked to me. ClassNotFoundException occurs when you try to load a class at runtime using Class.forName() or loadClass() methods and requested classes not found in classpath. This error occurs when

My interview experience for Software Architect — Java position. Read More »

Rolar para cima