Re: String[] to String
- From: "Sathyaish" <sathyaish@xxxxxxxxx>
- Date: 5 Apr 2007 07:57:47 -0700
*RESOLVED*
I am using jsdk 1.4.2, in which there is no method to convert an array
to a string. We have to do it manually.
java.utils.Arrays class that does it.From v1.5.x onwards, there is a toString() override in
http://java.sun.com/j2se/1.5.0/docs/api/java/util/Arrays.html#toString(java.lang.Object[])
.
- Follow-Ups:
- Re: String[] to String
- From: Lew
- Re: String[] to String
- From: Sathyaish
- Re: String[] to String
- References:
- String[] to String
- From: Sathyaish
- String[] to String
- Prev by Date: String[] to String
- Next by Date: Re: How to measure the CPU time a program takes?
- Previous by thread: String[] to String
- Next by thread: Re: String[] to String
- Index(es):