what is use of marker interface? give me good example?
Answer Posted / devendra.m
Marker interface is a interface,in which that,it doesn't
have any methods...just which is giving mark to the run time
environment.
clonable,serializable,singleThreadModel are marker interfaces.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is 16 bits called?
What is a buffer in java?
How is java hashmap implemented?
Does chrome use java?
What access modifiers can be used for methods?
What are "class access modifiers" in Java?
What is hashing principle in java?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
What is thread safe in java?
How is a variable stored in memory?
What are the main uses of java?
How an object is serialized in java?
Is finalize() similar to a destructor?
What do you mean by compiler?
How do constructors use this() and super()?