why marker interfaces are there in java
Answer Posted / siva kumar g
Marker interfaces can create an environment.
Marker interfaces are used to specify that a class belongs
to a logical family or grouping - as quoted above,
Cloneable is used to indicate that a particular class can
be cloned, or Serializable is used to indicate that a
particular class can be serialized.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What do you mean by scope of variable?
What is not object oriented programming?
Tell me are there implementations for sorting and searching in the java libarary?
How can we create an immutable class in java?
What is the impact of declaring a method as final?
What is use of map in java?
Write a program in java to create a doubly linked list containing n nodes.
Why is flag used in java?
What is collections framework?
What is the synonym of string?
What is runtime polymorphism or dynamic method dispatch?
Explain the JDB in depth & command line.
What are features of java?
What is the range of a character variable?
Does java set allow duplicates?