What are null interfaces in JAVA ? and give me some
examples?

Answer Posted / abc

NULL Interface are marker interface in JAVA, when any class
implements such marker interface then object of that class are
being handeled differently by JVM

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is boolean in java?

519


What is port number in java?

606


Explain about OOPS concepts and fundamentals.

602


what happens when a thread cannot acquire a lock on an object? : Java thread

547


How do you make a thread in java?

642






Is sizeof a keyword in java programming?

622


Why strings in java are called as immutable?

602


what is object-oriented programming in java?

593


Program to Find the second largest element in an array.

597


What is an object in java?

570


Explain about method local inner classes or local inner classes in java?

579


how to convert Java project into Maven ?

597


What is the byte order of byte buffer?

573


This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }

569


Can we initialize the final blank variable?

598