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 marker interface ? what is the necessity of it?

Answers were Sorted based on User's Feedback



what is marker interface ? what is the necessity of it?..

Answer / sandeep

An interface that contains no methods. Eg: Serializable,
Cloneable, SingleThreadModel etc. It is used to just mark
java classes that support certain capability.

Is This Answer Correct ?    24 Yes 3 No

what is marker interface ? what is the necessity of it?..

Answer / ganesh reddy

markble interface does not contains any methods,but
implementing of these interfaces will be recognise by Jvm
then it will decide that "this class is going do
something".for example for cloneable interface implements
by some class x which consists of a,b variable ,But I need
to interchange instance variables a to b and b to a (pass
by value)of class x and i want again the same values for a
and b.At this situations we can implement cloneable
interface.Like this markble interface are very useful as my
knowledge........

Is This Answer Correct ?    4 Yes 0 No

what is marker interface ? what is the necessity of it?..

Answer / tulasi prasad

this is one type on null interface, it doesn't contain any
methods

Is This Answer Correct ?    3 Yes 1 No

what is marker interface ? what is the necessity of it?..

Answer / prasanna sahu, munnekolal

Marker interface is an interface which gives a mark to the
runtime environment. This gives a mark that "I am going to
happen". It contains no methods.

Is This Answer Correct ?    2 Yes 1 No

what is marker interface ? what is the necessity of it?..

Answer / javaexp

<a
href="http://www.javaexperience.com/java-marker-interfaces/">Marker
interfaces in Java</a> are used for marking a specific
behavior and we can only simulate the behavior by writing
custom interfaces without any methods and having
implementing them by other classes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

How to make a write-only class in java?

0 Answers  


What is the relationship difference the canvas class and the graphics class?

0 Answers  


Is multiple inheritance supported by java?

0 Answers  


Explain about interthread communication and how it takes place in java?

0 Answers  


Why non nested classes in java are not having marked as protected access specifier

2 Answers   Google,


What is the difference between JDBC 1.0 and JDBC 2.0?

0 Answers   Corent Technology,


What is array and arraylist in java?

0 Answers  


What is the symbol for line break?

0 Answers  


what is the use of bean managed and container managed with example?

0 Answers   EDS,


what is dynamic method dispatch ?

27 Answers   Fidelity, MUET, SDSF,


What is the difference between length and length () in java?

0 Answers  


What is the scope or life time of instance variables?

0 Answers  


Categories