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
In case of inheritance what is the execution order of constructor and destructor?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
Why we use multi threading instead of multiprocessing?
How many wrapper classes are there in java?
What is empty list in java?
What is the effect of keeping a constructor private?
Which language is java?
Name some classes present in java.util.regex package.
Is it possible for yielded thread to get chance for its execution again ?
What is the main function in java?
What is a function in java?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
What is java and its types?
Define jre i.e. Java runtime environment?
What is the difference between an inner class and a sub-class?