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?



June 06, 2009 07:50:18 #3
 jeyarajg   Member Since: June 2009    Total Comments: 1 

RE: How to use sorting technic in arralist?
 
java.util.Collections.sort( list, comparator );

The comparator will alter the way the list is sorted.
     

 

Back To Question