Search Interview Questions | Click here and help us by providing the answer. Click Correct / Improve and please let us know. |
|
|||
|
| ||||
| Core Java - Interview Questions and Answers for 'Clonable' - 2 question(s) found - Order By Newest | ||||
| ||||
| Ans. An interface without any method declaration is called as marker interface. there are 3 in-built interfaces in JVM i.e. serializable, clonable, remote | ||||
| Ans. They just tell the compiler that the objects of the classes implementing the interfaces with no defined methods need to be treated differently. | ||||