Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You can also have cached static instances(assuming immutability), eg Point.fromLonLat(0,0) can always return the same instance, whereas new Point(0,0) must allocate and return a new instance.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: