Answer Posted / ravikiran
Null interface are the interfaces with out methods.Known as
marker interfaces.
serializable
externalizable
cloneable
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Explain the importance of thread scheduler in java?
How do you initialize an arraylist in java?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What is class variable java?
What is thread safe java?
Can we create our own daemon thread?
What is variable argument in java?
How do you start a new line in java?
How is hashcode calculated in java?
What are the difference between string, string builder, and string buffer in java?
Which is bigger double or float?
What are the 6 functions?
What is this keyword used for?
What is bean? Where it can be used?
What is Garbage Collection in Java