string
-
Core Java
Char Array to String Java Example
Hello readers! In this tutorial, we feature an example on how to convert a Char Array to String in Java.…
Read More » -
Core Java
Java 8 StringJoiner Example
Hello readers, in this tutorial, we will learn about the Java8 Stream’s API StringJoiner feature and we will explore its…
Read More » -
Groovy
Groovy String Example
1. Introduction String related manipulations have been always important in almost all programming languages. If you are using Groovy, you…
Read More » -
StringBuffer
StringBuffer Java Example
In this example, we are going to present the StringBuffer class in Java, and StringBuffer vs StringBuilder which is contained in…
Read More » -
arrays
Java String Array Example
Last updated Jan. 14, 2019 In this example we will show how to declare and populate a Java String Array…
Read More » -
String
Char to String Java Example – How to convert String to Character Array in Java
In this post, we feature a Char to String Java Example and how to convert String to Character Array in…
Read More » -
String
Compare Strings
In this example we shall show you how to compare Strings. We are using the methods that the String class…
Read More » -
String
String replace method
With this example we are going to demonstrate how to use the replace method of String class. The String class…
Read More » -
String
String trim method
This is an example of how to use the trim method of String class. The String class represents character strings.…
Read More » -
String
Java Convert String toLowerCase
In this example, we shall show you how to convert a String toLowerCase in Java. The String class represents character…
Read More »