Standard Interfaces
Posted
by Amir Rachum
on Stack Overflow
See other posts from Stack Overflow
or by Amir Rachum
Published on 2010-05-18T20:38:26Z
Indexed on
2010/05/18
20:40 UTC
Read the original article
Hit count: 274
I've used Java for some time and I keep hearing about interfaces such as Cloneable
, Iterable
and other X-able
s.
I was wondering if there is a list somewhere of all of these and more importantly - which ones do you regularly use day-to-day?
For example, I've read that Cloneable
is considered badly written and isn't widely used.
© Stack Overflow or respective owner