List the interfaces which extends collection interface?
No Answer is Posted For this Question
Be the First to Post Answer
How do you take thread dump in java?
I/O blocking means?
What is protected access modifier?
What is super keyword in java ?
Does java trim remove newline?
What is string made of?
What are operators and its types?
Explain the different forms of polymorphism?
What is the format of Inner Class after it compiled?
what is platform dependent translation and platform dependent programming language
Which is bigger double or float?
Marker interface means , interface which has no methods.Then what is the necessity of its usage.I read "it tells the compiler that it should be treated differently ". "It is used to store state of an object". But still am not clear.Please explain clearly.