Can I create any Marker Interface? If yes then how can I
use it???
Answer Posted / 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 |
Post New Answer View All Answers
How to retrieve data from database in java using arraylist?
What is definition and declaration?
Realized?
What is the difference between equals() and?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What do you understand by private, protected and public?
How do you convert an int to a string in java?
What is the different between get and post?
What are java packages?
Explain about strings in java?
What is t in parametric equations?
How do you identify independent and dependent variables?
Explain OOPs concept.
What do you mean by Function Overloading in java?
What is the latest java version?