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

Is string is a keyword in java?

0 Answers  


Is null a string or object in java?

0 Answers  


Explain the selection sort algorithm?

0 Answers   Hexaware,


What are the ways of polymorphism other than Overridding & Overloading

1 Answers  


How many types of array are there?

0 Answers  






How do you decide when to use arraylist and linkedlist?

0 Answers  


What are the steps involved to create a bean?

0 Answers  


Which class represents the socket that both the client and server use to communicate with each other?

0 Answers  


what is meant by encapsulation?

0 Answers   Aspire,


What is floating data type?

0 Answers  


What are the rules for variable declaration?

0 Answers  


Can we sort list in java?

0 Answers  


Categories