Today's learning: ️ What is Java-Based Configuration ️ @Configuration Annotation ️ @Bean Annotation ️ Creating and Managing Beans using Java Classes ️ Java Config vs XML Configuration One thing I ...
To make things clearer, I also learned the subtle but important difference between this and this (): this refers to the current object. this () is used to call another constructor in the same class.