473,320 Members | 2,124 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

How to use three diementional arraylist in java for insert and retrive values?

Suresh Mahesh
i have to store and retrieve integer value from three dimensional array recursively.
For example i have a=1,b=2,c=3 and a=3,b=2,c=1 and a=1,b=2,c=3 etc as input .

then i should get output of all rows and columns in three dimensional array list

i tried this i am getting error as index=1 size=1

Expand|Select|Wrap|Line Numbers
  1.  
  2.  
  3. result.add(new ArrayList<Integer>());
  4.  
  5.  
  6.           ((ArrayList) result.get(row)).add(bin);
  7.           ((ArrayList) result.get(row)).add(total_waste);
  8.           ((ArrayList) result.get(row)).add(aa.size());
  9.  
  10.        System.out.println(((ArrayList) result.get(row)).get(0) + "  ");
  11.        System.out.println(((ArrayList) result.get(row)).get(1) + "  ");
  12.       System.out.println(((ArrayList) result.get(row)).get(2) + "  ");
  13.  
Aug 22 '12 #1
0 1418

Sign in to post your reply or Sign up for a free account.

Similar topics

12
by: Roy Gourgi | last post by:
Hi, How can I insert variables instead of values in the VALUES() part of the insert into command, i.e. var1=10; var2=20; var3=30 insert into emp_test (emp_no1, emp_no2, emp_no3) VALUES...
5
by: ddhung | last post by:
how to insert multible values by making one selection from combo box in forms. any way to code insert SQL in froms??
2
by: klaus.schu | last post by:
I just receive an error during my CLI ODBC insert statement: INSERT INTO (.....) VALUES (?, ?, ?, TIMESTAMP( CAST(? AS VARCHAR(10)),'00:00:00'), ?, ?, ?, ?)"; the ? in the CAST( ) Statement is...
1
by: katta.naveenkumar | last post by:
Hi friends My name is naveen kumar katta .My task is insert database values to pdf template with editable mode plz help me frieds.using ASP.NET I am giveing ex: step 1:
1
by: safh | last post by:
hi, i need urgently a help in C# to retrieve data from an excel sheet(all values of a single column one by one) and need to match with all the values of a column in a table of a database(oracle)....
1
by: praveena mani | last post by:
Can we insert null values in stored procedures? When we tried to insert null inprocedures its giving query ok... But wen we try to display the values from table it shows empty set... Y???
1
by: cnivas | last post by:
Good Morning All, I'm doing a small application using python and MySQL. I'm connecting the database and also creating a table using python application. But, I cannot Insert the values into the...
3
by: shalskedar | last post by:
I want to insert different values in each worksheet i.e every worksheet should 've different values.I tried the below code but i m not able to set the range for a particular worksheet For ex-For...
8
by: Alex Dransfield | last post by:
I am trying to record certain incidents in my C# program, such as a user logging in or accessing the database. I am attempting to use something like OleDbCommand writeLogs = new...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.