What are null interfaces in JAVA ? and give me some
examples?
Answer Posted / therathna
null interfaces in java are taged interfaces or mark
interfaces those are serialization, clonable , SingleThread
| Is This Answer Correct ? | 26 Yes | 3 No |
Post New Answer View All Answers
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
Why java is said to be pass-by-value ?
What is the difference between iterator and enumeration ?
What about instanceof operator in java?
What is a predicate method?
Can java list be null?
Why arraylist is not synchronized in java example?
How does finally block differ from finalize() method?
When parseint method can be used?
What is the purpose of return statement?
Write a program to calculate factorial in java?
How concurrent hashmap works?
What are the various access specifiers in java?
How does singleton class work?
Can we create object of static class?