Explore different ways to replace a specific word in a file with Java IO & NIO packages and Apache Commons.
Also find me here:
Baeldung Author
Tirth Doshi
I am a software engineer with a passion for working in Java , Spring Boot, Performance focused coding. Explore new features of the technologies. Proficient in working with Event driven architecture, Microservices, Performance optimization and Cloud Native Development.
Here's what I've written (so far):
Baeldung on Java
- All
- Java IO (3)
- IDE (2)
- Java String (1)
- Java Array (1)
- Gradle (1)
Open Multiple Projects in the Same Window in IntelliJ IDEA
Filed under IDE
Learn how to add multiple projects in the same IntelliJ window.
Remove Insignificant Zeros From a Number Represented as a String
Filed under Java String
Learn how to remove insignificant zeros from a number represented as a String, including leading and trailing zeros.
Setting the Gradle JVM in IntelliJ IDEA
Learn how to change the JVM version in IntelliJ Gradle projects.
Read Multiple Integers From One Line
Filed under Java IO
Discover the methods to read multiple integers from one line in a file.
Print an Array Without Brackets and Commas
Filed under Java Array
A quick tutorial on converting Java arrays to strings without the usual brackets and commas.
Read Last N Lines From File in Java
Filed under Java IO
Quick tutorial on how to read the last N lines from a file using different standard Java packages and the Apache Commons IO library.