How Marker Interfaces are instruct to complete the desired
need ?

Answers were Sorted based on User's Feedback



How Marker Interfaces are instruct to complete the desired need ?..

Answer / sreedhar

marker interface is there no content of that,Marker
interfaces are Serializable, Clonable, SingleThreadModel,
Event listener. Marker Interfaces are implemented by the
classes or their super classes in order to add some
functionality.

Is This Answer Correct ?    1 Yes 1 No

How Marker Interfaces are instruct to complete the desired need ?..

Answer / ranjan

A Interface that have no member is known as marker or Tagged
interface.They are used to providde some essential
information to JVM sothat jvm may perform some useful operation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Explain thread in java?

0 Answers  


Convert a BST into a DLL and DLL to BST in place.

0 Answers   Amazon,


Can we write class inside a class in java?

0 Answers  


What is JVM ?

4 Answers   Phantom Technologies, TCS,


State one difference between a template class and class template.

0 Answers   HAL,






What is the major difference between linkedlist and arraylist?

0 Answers  


What is a method vs function?

0 Answers  


Is singleton a bad practice?

0 Answers  


what is aggregation in java?

0 Answers   IBS,


How do we access static members in java?

0 Answers  


What is an example of a constant variable?

0 Answers  


What is java util hashmap?

0 Answers  


Categories