Ajeet Kumarajeetkumar.hashnode.dev·Apr 14, 2024Why Spring? | Loose couplingKeywords Tight Coupling Loose Coupling Target class Dependent object Dependency Injection Inversion of control Spring SpringBoot Tight Coupling :- If we did any changes in one class then if it will affect in another class then we can say like the...121 readshyder
Ajeet Kumarajeetkumar.hashnode.dev·May 25, 2023Annotations In JavaDictionary Meaning -: a note by way of explanation or comment added to a text or diagram. Annotation is the way of giving extra information or adding features to the code without affecting existing code. Annotations, a form of metadata, provide data ...46 readstelusko