![]() |
Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
> > Object []tempUserSongs = new String[20]; > Object [] record= new String[20]; First, in order to decalare an array of Strings, write Second, the context for a for loop is I think your for loop is messed up pretty bad In order to initialize one member of your String array the + operator can be used to concatenate Strings Also, if your trying to store numerical values in some
Replies: |
Sponsored Links
|