-
newbie - Array of objects
Hello,
I'm just getting started in Java applications and am hung up on arrays. I
need to store monthly
unemployment figures. I know I need 2 variables a string for month and an
int for jobs, but
then how do I store these objects into a single array?
Thanks!
-
Re: newbie - Array of objects
Hi,
You can create a new String array and then you concatenate the month and
int jobs and use a deliminator to differentiate between two of them.
"Mary" <emrogers@frontiernet.net> wrote:
>
>Hello,
>I'm just getting started in Java applications and am hung up on arrays.
I
>need to store monthly
>unemployment figures. I know I need 2 variables a string for month and an
>int for jobs, but
>then how do I store these objects into a single array?
>
>Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|