Mohan's JavaBook
Java Interview Questions
ContactUs :
Please send your Questions & Answers or Feedback to "mohan@javabook.org"
How would you make a copy of an entire Java object with its state?
Have this class implement Cloneable interface and call its method clone().
Newer Post
Older Post
Home