Learn how “null” and empty strings behave in different scenarios.
Also find me here:
Baeldung Author
Amar Wadhwani
Seasoned Software Engineer with 11+ years of experience across multiple domains. With Java as the primary programming language, I have acquired in-depth knowledge of related topics such as libraries (Spring, Hibernate etc.), VCS, Event brokers, databases etc. Passionate about learning and embracing new challenges which helps me grow myself. Outside of coding, I enjoy taking a walk or a hike, listening to music, exercising, and always seeking opportunities to learn something new.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (3)
- Spring (2)
- Persistence (2)
- Testing (1)
- Spring Web (1)
- Spring Boot (1)
- Java String (1)
- Java Streams (1)
- Java IO (1)
- JSON (1)
- JPA (1)
Convert byte[] to MultipartFile in Java
How to convert a byte array into a class which implements the Spring MultiPartFile interface.
Uploading a File and JSON Data in Postman
Filed under JSON, Spring Web
Learn how to upload files and JSON data when using Postman.
Import Swagger APIs into Postman
Filed under Spring
A quick and practical guide how to import Swagger APIs to Postman.