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
How many types of threads are there in java?
What is time complexity java?
Is array synchronized in java?
What is the simpletimezone class in java programming?
What is a methodologist?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
Why char array is preferred over string for storing password?
What is the mapping mechanism used by java to identify IDL language?
Explain how can you debug the Java code?
Define how does a try statement determine which catch clause should be used to handle an exception?
Does java allow overriding static methods ?
What purpose do the keywords final, finally, and finalize fulfill?
How does singleton class work?
What is a ternary operator in java? What is an interface?
What is a char in java?