Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is use of marker interface? give me good example?

Answers were Sorted based on User's Feedback



what is use of marker interface? give me good example?..

Answer / aravind

In java language programming, interfaces with no methods are
known as marker interfaces. Marker interfaces are
Serializable, Clonable, SingleThreadModel, Event listener.
Marker Interfaces are implemented by the classes or their
super classes in order to add some functionality.

Suppose the interface Clonable is neither implemented by a
class named Myclass nor it's any super class, then a call to
the method clone() on Myclass's object will give an error.
This means, to add this functionality one should implement
the Clonable interface. While the Clonable is an empty
interface but it provides an important functionality.

Is This Answer Correct ?    10 Yes 6 No

what is use of marker interface? give me good example?..

Answer / 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

More Core Java Interview Questions

Can we assign the reference to this variable?

0 Answers  


What is the purpose of a transient variable?

0 Answers  


what is different between static and non static methods ,using example

2 Answers  


What is a map? What are the implementations of map?

0 Answers  


How do you create an array in java?

0 Answers  


What is return keyword in java?

0 Answers  


Can we declare array without size in java?

0 Answers  


What does pointer mean?

0 Answers  


State some advantages of java?

0 Answers  


Explain the difference between map and flatmap stream operation?

0 Answers  


What is generic class?

0 Answers   Tech Mahindra,


How does serialization work

3 Answers   Ordain Solutions,


Categories