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
Why are arrays useful in java?
Explain how to force the garbage collection in java.
Do I need java on my pc?
What are different types of encoding?
Which is bigger float or double java?
What occurs when an object is constructed?
What does it mean to flush a file?
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
Tell me the Importent classes in net package?
Where is the singleton class used?
What is a Hash Table? What are the advantages of using a hash table?
How does linkedlist work in java?
How do generics work in java?
Is multiple inheritance supported by java?
Which class is used by server applications to obtain a port and listen for client requests?