Java Interview Question And Answer What is Marker Interface Explain Java Interview

Описание к видео Java Interview Question And Answer What is Marker Interface Explain Java Interview

Click here -    / @interviewdot   to get notifications. Java Interview Question And Answer What is Marker Interface Explain Java Interview

What is "Marker Interface" in Java ? Java Interview Question And Answer

Marker interface is used as a tag to inform a message to the java compiler so that it can add special behaviour to the class implementing it. Java marker interface has no members in it.

For example "java.io.Serializable" marker interface. It does not has any members defined it it. When a java class is to be serialized, you should intimate the java compiler in some way that there is a possibility of serializing this java class.

"we are intimating the java compiler to add a special behaviour for the class marked with Interface"

"An interface is called a marker interface when it is provides an intimation to the compiler so that java compiler can provide special behaviour to it at runtime and they do not have any method declarations".
A Job Portal
http://www.InterviewDot.com http://www.InterviewDot.com http://www.InterviewDot.com
One Click Dream Job - http://www.interviewdot.com/upload-re...

Other Top Job Portals
www.Naukri.com
www.MonsterIndia.com
www.TimesJobs.com

Are you looking for a new Job ?
InterviewDot.com - A Job Portal
http://www.InterviewDot.com http://www.InterviewDot.com http://www.InterviewDot.com
One Click Dream Job - http://www.interviewdot.com/upload-re...

Комментарии

Информация по комментариям в разработке