Latest Answer: Linked list:The singly linked list is a convenient way to store an unbounded array, that is create an array where one doesn't know in advance how large the array will need to be.function overloading:Overloading is a technique that allows you to give a ...
There is no methods in the marker interface,then what is the use of marker interface.And what is the functionality of the interface.Why we need to implement marker interface.