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 aggregation in java?

0 Answers  


What is the major drawback of internal iteration over external iteration?

0 Answers  


When does the compiler supply a default constructor for a class?

9 Answers   TCS,


How do you compare two objects?

0 Answers  


What do negative exponents mean?

0 Answers  






Differentiate between vector and array list.

0 Answers  


What is void in java?

0 Answers  


What is the reason behind using constructors and destructors?

0 Answers   HCL,


why applet doesn't have main? isn't possible a program with out main?

9 Answers   TCS,


Explain serialization and deserialization in java?

0 Answers  


What is logical variable?

0 Answers  


Why hashmap is used in java?

0 Answers  


Categories