Search:

Type: Posts; User: waterjames

Search: Search took 0.22 seconds.

  1. Replies
    0
    Views
    1,140

    Editing a date

    2 Dates created in a single method

    GregorianCalendar now = new GregorianCalendar();
    Date currentdate = now.getTime();

    GregorianCalendar i = new GregorianCalendar();...
  2. Replies
    1
    Views
    2,050

    Sorting a Arraylist

    This is in a class
    This has a list of all customers belonging to a specfic Bank

    private ArrayList<Customer> Customers = new ArrayList<Customer>();

    im trying to then use a method which will...
Results 1 to 2 of 2