Can I create any Marker Interface? If yes then how can I
use it???

Answers were Sorted based on User's Feedback



Can I create any Marker Interface? If yes then how can I use it???..

Answer / amit singh

there is no difference between blank inerface and marker
interface
yes we can creae our own marker inerface
interface Xyz
{
}
but is this work for us like a serializable and cloneable
marker inerface
i don't know so please
you do one thing to do your own interface to check only
through the insanceof operator in a clsses those implemen
this interface
thanks amit singh
amitsing2008@gmail.com

Is This Answer Correct ?    9 Yes 4 No

Can I create any Marker Interface? If yes then how can I use it???..

Answer / naveen

Yes, we can create Marker interface, But no use of this type
of interfaces, y because all marker interfaces have contain
special meaning in JVM. But our created marker interface
have no meaning in JVM.

Is This Answer Correct ?    3 Yes 0 No

Can I create any Marker Interface? If yes then how can I use it???..

Answer / diya

public class abc implements Serializable
{
write your own logic
}

Is This Answer Correct ?    0 Yes 3 No

Can I create any Marker Interface? If yes then how can I use it???..

Answer / rama

In my view we can not create marker interfaces. with out defining an interface how will u implement it.serealizble have some predefined methods so called marker interface

Is This Answer Correct ?    1 Yes 8 No

Post New Answer

More Core Java Interview Questions

What is file class and what is its purpose?

1 Answers  


Is singleton set an interval?

0 Answers  


Is ruby built on java?

0 Answers  


Can we sort list in java?

0 Answers  


Explain about global variables in Java?

3 Answers  


What is linked hashmap and its features?

0 Answers  


What does flagged out mean?

0 Answers  


What is application system?

0 Answers  


Can a hashset contain duplicates java?

0 Answers  


what is use of functional interface in java 8?

0 Answers  


if two references are having same hash codes,is that means those are refering to same object?

5 Answers   CTS,


Is 0 a prime number?

0 Answers  


Categories