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
Â
Â
Â


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
Â
Â
Â
bottom of page