Hi, Am 31.01.2012 um 17:25 schrieb Michael Dürig:
> > > On 31.1.12 16:11, Felix Meschberger wrote: >> Hi, >> >> Am 31.01.2012 um 15:47 schrieb Michael Dürig: >> >>> OTOH, sticking with Java might leave us lagging behind, entrapped in >>> never ending concurrency night mares and memory contention issues. >> >> This is probably and simply not true: It is not the language's fault that >> developers are not adhering to fundamental concurrency tenets like for >> example immutable objects ... In fact it is a long-standing recommendation >> to strive for immutable objects. > Which includes the whole Java collection framework: mutability around > every corner ready to bite... Well, this framework is built around this --- after all a collection is here to be modified. But then they knew what they did and documented it ... Regards Felix
