| Author |
Maintain monthly data in a Quarter
|
Satish Nair
Greenhorn
Joined: Apr 04, 2012
Posts: 23
|
|
Dear All,
I am making a form in jsp where i want to maintain the data of students in a financial year.
For that i have 4 Quarters.In each Quarter i have 3 months.Is it right to make an ArrayList of each quarter.
eg.
ArrayList Quarter1=new ArrayList();
If ArrayList is the correct option then how do i add months into the ArrayList.
Any help would be highly appreciated.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26193
|
|
|
You mention JSP. Are you trying to create the HTML form? If so, no ArrayList required. Or are you trying to process the data somehow?
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Maintain monthly data in a Quarter
|
|
|