Explore several approaches for writing strings to an OutputStream in Java.
Also find me here:
Baeldung Author
Manfred Ng
I have been a software developer since graduation and have worked on diverse projects using various Java technologies and frameworks. I enjoy gaming and staying active during my free time. 😎
Here's what I've written (so far):
Baeldung on Java
- All
- JPA (6)
- Spring AI (5)
- Java IO (5)
- Spring Data (4)
- Spring Boot (4)
- Persistence (4)
- Java String (4)
- Artificial Intelligence (4)
- Testing (2)
- Java Web (2)
- Spring Web (1)
- Spring (1)
- Security (1)
- REST (1)
- Java Array (1)
- Java (1)
- Data (1)
- Algorithms (1)
Localized Validation Messages in REST
Filed under REST, Spring Web
Learn to localize validation messages in a REST web service.
Difference Between ZipFile and ZipInputStream in Java
Filed under Java IO
Learn how to use ZipFile and ZipInputStream to read zip files, explore their functional differences, and evaluate their performance.
Expand Columns with Apache POI
Filed under Java IO
Explore two approaches in Apache POI to adjusting the column width of Excel spreadsheets.
Closing Java IO Streams
Filed under Java IO
Learn why it’s necessary to close IO streams and how to do it.
Set a Parameter in an HttpServletRequest in Java
Filed under Java Web
Learn how to modify a Servlet API request to set parameters that were not in the original HTTP request.
Lock Header Rows With Apache POI
Filed under Java IO
Learn how to use Apache POI to lock header rows in Excel spreadsheets
Performance Comparison Between Different Java String Concatenation Methods
Filed under Java String
Explore different string concatenation methods in Java and evaluate their performance using JMH.
Reading a JSP Variable From JavaScript
Filed under Java Web
Explore several approaches to accessing a JSP variable from JavaScript.