Tuesday, November 29, 2011

What is Clonnable Interface in java? IS it implemented by the ProtoType Design Pattern?

The cloneable interface is provided by java for the classes that want to suporrt the function clone or want to override it.
Category:Java Interview Questions

No comments:

Post a Comment