|
|
| java |
Expert:Ramakrishna
class StringCharacter { static String[] roseindia={"chanan","tapan","Amar","santosh","deepak"}; public static void main(String args[]){ for(int i=0;i<5;i++){ System.out.println(roseindia[i]); } } }
i know this yar.
here i want to pass the values int string array at dynamic/runtime.
i want to add the value of varible "some" to string array; whenever i write add this value like "some" then some is added to string array.but i want to add value of 'some' value to string array.. becuase this is variable |
| Answers |
Hi friend,
Please explain in detail and send me code.
Thanks.
|
| More Questions |
|
|
Post Answers
Ask Question
Facing Programming Problem?
|
|
|
|
|