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
what is the constructor and how many types of constructors are used in java?
What is the purpose of file class?
Which java collection does not allow null?
What is static data type in java?
What are the different ways of creating thread?
What does the “static” keyword mean?
Difference between arraylist and hashset in java?
Explain about object oriented programming and its features?
What is the exact difference in between Unicast and Multicast object?
Can we overload the methods by making them static?
What is an array length?
What is stack example?
Can a final variable be initialized in constructor?
Explain with example the concept of constant variable in java.
what is the difference between preemptive scheduling and time slicing? : Java thread