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 the difference between pagecontext and servletcontext?
Explain different data types in Java.
what are the diffrences between interface and abstract class?
Where are variables stored?
Difference between throw and throws?
What is the difference between public, private, protected, and friend access?
Can we add two byte variables and assign the result to a byte variable ? b=b1+b2 where b,b1,b2 are byte types
Is there any difference between nested classes and inner classes?
Define array. Tell me about 2-D array.
Is int a class in java?
What is a null point?
What is generics in java interview questions?