GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Java Patterns

 Print  |  
Question:  How to use sorting technic in arralist?



November 11, 2007 18:18:42 #1
 pavankantamaneni   Member Since: June 2006    Total Comments: 1 

RE: How to use sorting technic in arralist?
 
java.util.Collections.sort(list)
Sorts the specified list into ascending order, according to the natural ordering of its elements.
     

 

Back To Question