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 a function easy definition?

0 Answers  


Where are the card layouts used?

0 Answers  


What advantage do java's layout managers provide over traditional windowing systems?

0 Answers  


I have a string like _a01_a02_a03_ and another string like _2_1.5_4_ as input.I want to extract a01,a02... to a string array and 2,1.5,etc to a double array with a01 corresponds to 2 and a02 to 1.5 etc. Need code in core java.. Can you do it?

1 Answers   Cognizant,


What is string syntax?

0 Answers  






Does list allow duplicates in java?

0 Answers  


When do you get classcastexception?

0 Answers  


What does @param args mean in java?

0 Answers  


How can be define MARKER interfce in java

1 Answers  


What are static blocks and static initalizers in java ?

0 Answers  


Can we have try without catch block?

0 Answers  


What does main method?

0 Answers  


Categories