Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Defining Arraylist...help me!!!

807598Jun 13 2006 — edited Jun 13 2006
Hi guys,
i'm a new user of this forum. Excuse me for my english and for my inexperience,but i've a big question and i'm crazing...
I've to define an object that have to represent a file row as:

string double double double

and i called it ROW(it's composed by a string type and by an array of double of lenght 3)

and an array of string of lenght 4

and i called it HEAD

I've a txt file in input so made:

string string string string
string double double double
string double double double
and other rows with the same format

I have to use an array of string to store the headline of file(the first row) and an arraylist of ROW object to store the remaing rows...
I've no idea about code!
Can you help me,please,...it's very important........
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 11 2006
Added on Jun 13 2006
7 comments
134 views