AKAjeet Kumarinajeetkumar.hashnode.dev·Apr 21, 2024 · 1 min readMorse CodeMorse code is a method used in telecommunication to encode text characters as sequences of two different signal durations, called dots and dashes, or dits and dahs. It was developed by Samuel Morse and Alfred Vail in the 1830s and 1840s for use with ...00
AKAjeet Kumarinajeetkumar.hashnode.dev·Apr 14, 2024 · 2 min readWhy 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...00
AKAjeet Kumarinajeetkumar.hashnode.dev·May 25, 2023 · 5 min readAnnotations 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 ...00