I want to convert a character array to a string object using the toString() method in java. Here is a snippet of the test code I used:
import java.util.Array
this way I found worked:
public String convertToString(char[] array, int length) { String char_string; String return_string=""; int i; for(i=0;i