Java Basic

String builder class and contructor

views

06:53
Do you know that Java Language also supports the concatenation operator (+) for String. String concatenation is carried also by the StringBuilder class and the append method of the same.When you want to convert a String make sure you use the method -”toString().