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
Md Azamazamblogs.hashnode.dev·May 25, 2023Annotation in Java & Spring Boot.Contents of Article: 1.Definition of annotation. 2.Types of Annotation. 3.Built in Annotation vs Custom Annotation. 4.Examples of annotation used in Java And Spring Boot . Annotation Definition: An Annotation is a form of metadata that can be added t...11 likes·104 readstelusko
Indrajit Mandaljitm25.hashnode.dev·May 20, 2023Recursion and Memoization (Day 1)Recursion This is a process in which a function calls itself from within its own code. //such as a(){ a(); } In this function a() will again call a() function [from inside the code] thus making an infinite loop. This is where its power lies as ...30 reads#Telusko- 9 Day ChallengeJava
Maithali Ghardemaithaliblock.hashnode.dev·Nov 30, 2022Is Hashing an Encryption?Hashing is Not Encryption because in encryption we can get the data after Decryption. but that's not the case with hash. Hashing and Encryption have different functions. Encryption includes encryption and decryption process So what is Hashing ? In s...1 liketelusko