By davaks
via techlabs4u.com
Submitted: Dec 06 2012 / 05:51
Marker interface is an interface that does not contain any method declarations and constants at all (i.e. interface with no members) but to mark a class that implements the interface as legal to do special operation on that object / to indicate a class as having certain desirable properties....
Add your comment