What is Marker interface in java? and what is clone?
Answer Posted / sai
Marker Interface is a interface which does not have methods
and also one more point is that it makes the method to
execute compulsory.Example Runnable Interface we call it as
a Marker Interface but as per the First Point it should not
be a Marker Interface but it contains a run() and when u r
extending the Thread Class it is making u to execute run()
Indirectly.
So my dear friends when u r argue abt some topic plz be
clear with it and then argue.
| Is This Answer Correct ? | 16 Yes | 32 No |
Post New Answer View All Answers
What is difference between jdk,jre and jvm?
What exactly is methodology?
What is heterogeneous in java?
What does this () mean in java?
Can we use String with switch case?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What is an infinite loop? How infinite loop is declared?
Is vector thread safe in java?
How do you escape json?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
If we don’t want some of the fields not to serialize how to do that?
How do you check if a number is a perfect square?
How is a structure different from array ?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
What is printwriter in java?