In this post, we will see “How to reverse characters of a word and also how to reverse words in a String in Java 8?”. To achieve that, we are going to use Stream API introduced in Java 8 and StringBuilder to reverse the string. 

See what we are looking to achieve here:

Reverse Character & Word in a String in Java 8 with example...!!! Click To Tweet

In this tutorial, we are going to cover below topics:

  1. How to reverse Character of a Word?
  2. How to reverse Word in a String?

Example 1. Java code to reverse character in a word

Output:

Example 2. Java code to reverse word in a string

Output:

Reverse Character & Word in a String in Java 8 with example...!!! Click To Tweet

Do you like this Post? – then check my other helpful posts:

Other Useful References: