Learn how to use Java to determine file extensions for IANA media types.
Also find me here:
Baeldung Author
Rajat Garg
I'm a Full Stack Developer deeply passionate about coding and constant learning, with 7 years of experience. I like working with Java, Spring (Boot), Microservices, Docker, TypeScript and Angular. Outside of work, I enjoy cooking and exploring new places through travel.
Here's what I've written (so far):
Baeldung on Java
- All
- Algorithms (5)
- Java Dates (4)
- Testing (3)
- Java Web (3)
- Networking (2)
- Jackson (2)
- Architecture (2)
- Web Services (1)
- Spring (1)
- REST (1)
- Persistence (1)
- Maven (1)
- Java List (1)
- Java IO (1)
- Java Collections (1)
- Jakarta EE (1)
- JVM (1)
- JSON (1)
- DevOps (1)
- Core Java (1)
Cartesian Product of Any Number of Sets in Java
Filed under Java Collections
Learn how to determine the Cartesian product of an arbitrary number of sets in Java.
Remove Whitespaces From a JSON in Java
Filed under JSON
Explore various methods for removing extra whitespaces from a JSON string in Java.
Pretty-Print a JSON in Java
Filed under Jackson
Explore various methods for achieving pretty printing of JSON in Java.
Baeldung on Computer Science
- All
- Security (1)
Significance of a JWT Refresh Token
Filed under Security
Explore the significance of refresh tokens and potential challenges with token expiration.