AKAditya Kumarinmyjavajourney.dev·Mar 23, 2024 · 1 min readSpring Boot ActuatorDefinition:- Provides built-in production ready features to monitor and manage your application. Why is it important? Gives you the ability to monitor and manage your application. Features:- Built in endpoints Ability to view real time metrics cus...00
AKAditya Kumarinmyjavajourney.dev·Apr 14, 2023 · 2 min readJavaScript Map and SetSet:- a set object is a collection of unique data. In set we can only store the unique value. Values will store in the insertion order so we can iterate over the set for getting the element in the insertion order. Syntax: const mySet = new Set(); We...00
AKAditya Kumarinmyjavajourney.dev·Mar 9, 2023 · 3 min readInheritance in javaDefinition:- Inheritance is one of the object-oriented programming pillars. It gives us the feature of code reusability. With the help of inheritance, we can achieve maximum code reusability. It can be used with the help of the "extends" keyword. Ext...00
AKAditya Kumarinmyjavajourney.dev·Mar 9, 2023 · 1 min readFirst Blog over hashnodeHii, My name is Aditya Kumar and I am currently doing my graduation. This is my first hash node blog. I don't know what is the wrong or right thing about blogging. I just want to write about my journey and share it with my fellow computer science gra...00