Tag: String
-
How convert an Array to String ?
I probably searched the internet a lot to know how to convert an array to string but wasn’t satisfied with the solution. So, I decided to come up with my own program that converts an Array to String. Still I have one problem with it but we will discuss it in the end. […]
-
How to convert a String to an Array ?
At times, we need to convert a string in to an array in order to use it in our program so how do we do that. Below I have a JAVA program that will help you to convert any String to an Array. First we declare a variable of String data-type. Then we […]