top of page

Search


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
18 views
0 comments


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
25 views
0 comments


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
115 views
0 comments
bottom of page