Search:

Type: Posts; User: java4ulok

Search: Search took 0.09 seconds.

  1. Re: how to merge java objects with effective dates

    Dates are java.util.Date

    Customer also has other attributes and so i need to combine into one.
  2. how to merge java objects with effective dates

    Hi,
    I created Customer.java with two fields effective start date and effective end date.
    Now i have a List<Customer>, i need to merge the all the customer objects into one object with following...
Results 1 to 2 of 2