package com.comp; import java.util.*; public class SortUserBean { public static void main(String[] args) { SortUserBean so=new SortUserBean(); ArrayList arrayOfUserBeans=so.getUserBeanObjects(); System.out.println ("Before sorting.. lets see results \n"); int i=0; while (i