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 the difference between pagecontext and servletcontext?

5 Answers   JBA Infotech, TCS,


Explain different data types in Java.

5 Answers  


what are the diffrences between interface and abstract class?

4 Answers  


Where are variables stored?

0 Answers  


Difference between throw and throws?

0 Answers  


What is the difference between public, private, protected, and friend access?

0 Answers   Amazon,


Can we add two byte variables and assign the result to a byte variable ? b=b1+b2 where b,b1,b2 are byte types

4 Answers   TCS,


Is there any difference between nested classes and inner classes?

0 Answers  


Define array. Tell me about 2-D array.

0 Answers   Agilent,


Is int a class in java?

0 Answers  


What is a null point?

0 Answers  


What is generics in java interview questions?

0 Answers  


Categories