What are the names of interfaces that doesn't consists of
method/s ?

Answers were Sorted based on User's Feedback



What are the names of interfaces that doesn't consists of method/s ?..

Answer / priyavarzhni

Cloneable interface
Serializable interface

these are called marker interface.
Interface without any method is called Marker or Null
Interface

Is This Answer Correct ?    5 Yes 0 No

What are the names of interfaces that doesn't consists of method/s ?..

Answer / bullbull

How it is possible without the methods? How it works?

Is This Answer Correct ?    0 Yes 1 No

What are the names of interfaces that doesn't consists of method/s ?..

Answer / ravikiran(aptech mumbai)

serializable
externalizable

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is skeleton and stub?

0 Answers  


What are the actions that can occur when a thread enters blocked state?

0 Answers  


Is nan false?

0 Answers  


Why is it called buffering?

0 Answers  


What is the Set interface?

2 Answers  






What is integers and example?

0 Answers  


Why all programming languages have main as a execution starting point?

4 Answers  


how can you take care of mutual exclusion using java threads? : Java thread

0 Answers  


In Inheritence concept, i have a static method in super class and i am inheriting that class to one sub class.in that case the static method is inherited to sub class or not????

12 Answers   Accenture,


How many Java environments are there?

1 Answers   Phantom Technologies,


How many ways can we create singleton class?

0 Answers  


wht is customised exception?

1 Answers   Logica CMG, Novell, Prudential,


Categories