Reply Review

Reply to:

arup bhowmik wrote on 2011-03-01 04:41:49

Hi all,
How do i sort items like that?
ex:=
arraylist arr= new arraylist();
arr.items.add(1);
arr.items.add("arup");
arr.items.add(2);
arr.items.add("arun");

Output should be:
1
2
arup
arun

plz suggest me
thanks in advance

Message:
Name:
Email:
(optional)
(Your email that entered here will not show anywhere on website and will use only reference when someone reply your post)
  I want to receive a copy of email on this post (your email is needed)
 
Code:
 
 
Search this site
Programming Tutorial
CSharp (21)
PHP (12)
HTML (12)
ASP (14)