Hi
How to convert
String to Arrayof String
for Eg. String mstrString ="this is the
test string";
after converting
the value of mstrString will be assinged to strArr vaiable.
String strArr[] = { -- value of mstrString --};
i have a String and i want to pass the Array of String into the Array.sort(String[]) methode.
how can i do this ,
Please help me for this