What is a clone?
Answer / Ram Kishor Pandit
A clone in Java refers to the process of creating an exact copy or replica of an existing object. The Java programming language provides a method called 'Object.clone()' that can be used to create a shallow copy of an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Name the eight primitive java types.
What are the steps to write p-to-p model application?
What do you mean by Socket Programming?
Explain about thread synchronization inside a monitor?
What is the form of storage space in java?
What is synchronization and why is it important?
Difference between new operator and class.forname().newinstance()?
What is RMI Registry?
6 Answers Siemens, United Software Solutions,
Which textcomponent method is used to set a textcomponent to the read-only state?
How substring() method of string class create memory leaks?
Can I use multiple html form elements with the same name?
what is the use of State Factories?