MSManikandan Sinmanikandan4411.hashnode.dev·Sep 8 · 5 min readWrapper Classes and Java Annotations in JavaIntroduction Java provides Wrapper Classes to represent primitive data types as objects. Java also provides Annotations to add metadata to classes, methods, variables, and other program elements. In t00
MSMehul Sutharinmehulsuthar.hashnode.dev·Sep 5, 2025 · 8 min readDemystifying Annotations:Have you ever wondered how frameworks like Spring Boot seem to work like magic, effortlessly managing complex tasks with just a few annotations? In this blog post, we'll unravel the mystery behind annotations and reflection in Java. By understanding ...00