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 difference between fileinputstream and filereader in java?
What exceptions occur during serialization?
How to connect to a remote database using Applet?
What is the difference between a switch statement and an if statement?
Describe what happens when an object is created in java ?
How to create a thread in java?
What is abstraction in java?
Write a program to find the greatest of three numbers in java?
What is callablestatement? How you can call stored procedure to pass in parameter?
What does exclamation mean in java?
What is the difference between synchronized and synchronized block?
How do you remove duplicates from an array in java?
What is constructor chaining in java?
What is the difference between the prefix and postfix forms of the ++ operator?
what do you understand by synchronization? : Java thread