What are null interfaces? Give some examples?

Answers were Sorted based on User's Feedback



What are null interfaces? Give some examples?..

Answer / debapriya patra

Null interfaces in java means "marker interfaces".Interface
which does not contain any variables and methods are called
marker interfaces.

Example:

serialize,cloneable etc...

Is This Answer Correct ?    7 Yes 0 No

What are null interfaces? Give some examples?..

Answer / ravikiran

Null interface are the interfaces with out methods.Known as
marker interfaces.
serializable
externalizable
cloneable

Is This Answer Correct ?    7 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is anagram word?

0 Answers  


How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size

6 Answers   Accenture,


What is package protected in java?

0 Answers  


Can list contain null in java?

0 Answers  


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

5 Answers  


What is type casting?

2 Answers  


Why is core java important?

0 Answers  


Does java support multiple inheritances?

0 Answers  


what is the difference between object and class

10 Answers   IBM,


What do u mean by wrapper Class? What do u mean by Jvm... How do u change JVM for other OS? Or No need to Change ...? its like tricky

6 Answers   Accenture, EDS,


Name the class that used to read objects directly from a stream?

4 Answers   Wipro,


How to do encapsulation in java?

0 Answers  


Categories