top of page

Search


Mastering SOLID Principles in Java for Enhanced Coding Practices and Interview Success
In the dynamic field of software development, writing clean, maintainable, and scalable code is crucial for both personal growth and...
Sahadev Bite
May 184 min read
Â
Â
Â


What is a Marker Interface in Java?
A marker interface is an interface that has no methods or fields. It is used to provide metadata or tagging information to a class.
Sahadev Bite
Dec 30, 20243 min read
Â
Â
Â


Comprehensive Guide to API Validation in Spring Boot 🌟
Learn how to validate mobile numbers effectively in Spring Boot REST APIs using annotations like @Pattern and regex. This step-by-step guide
Sahadev Bite
Dec 16, 20242 min read
Â
Â
Â


How to Find the Third Highest Salary in Each Department Using Java 8 Streams
Learn how to use Java 8 Streams to group employees by department, sort them by salary in descending order, and find the third highest salary
Sahadev Bite
Nov 14, 20243 min read
Â
Â
Â
bottom of page