What are the names of interfaces that doesn't consists of
method/s ?
Answers were Sorted based on User's Feedback
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 |
Answer / bullbull
How it is possible without the methods? How it works?
| Is This Answer Correct ? | 0 Yes | 1 No |
What is connection class in java?
What is dynamic array in java?
What is Marker interface in java? and what is clone?
what is the output ? Math.floor(-2.1) a)2 b)-2 c)-3.0 d)0
Does collectionutils isempty check for null?
what do you understand by synchronization? : Java thread
What is the similarity between dynamic binding and linking?
How to make object serializable in java?
Hi am an mca graduate . i have done bsc maths in my degree . every company asks me why you make shift from maths group to computere field . What i need to answer?
What are the special characters?
Write an algorithm for quick sort?
make a method which any number and any type of argument and print sum of that arguments.....