Answer the question
In order to leave comments, you need to log in
How to perform type conversion in JAVA?
How can one of the elements of an array be converted to a variable of type String ?
Answer the question
In order to leave comments, you need to log in
String.valueOf(my_array[0]);
my_array[1].toString();
(String)my_array[2];
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question