Ceriwis  

Go Back   Ceriwis > HOBI > Komputer & Teknologi > Programming

Programming Share, tanya jawab, saling bantu antar programmer dengan berbagai macam bahasa pemrograman.

Reply
 
Thread Tools
  #1  
Old 11th November 2011
Braincode's Avatar
Braincode Braincode is offline
Ceriwis Addicted
 
Join Date: Nov 2011
Posts: 4,638
Rep Power: 20
Braincode mempunyai hidup yang Normal
Default Arraylist java

agan2 sekalian gw ma nanya cara ambil data dari arraylistnya java




Code:

ArrayList tes = new ArrayList();
String[] data = new String[3];
String[] data1 = new String[3];

data[0] = "Indomie";
data[1] = "Goreng";
data[2] = "Telur";
tes.add(data);

data1[0] = "Supermi";
data1[1] = "Kuah";
data1[2] = "Pedes";
tes.add(data1);

Kira2 cara ambil datanya gimana ya?...dari tadi dah nyoba blum ketemu2.....

Mohon bantuannya....



Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


 


All times are GMT +7. The time now is 12:36 AM.


no new posts