Can I create any Marker Interface? If yes then how can I
use it???
Answer Posted / rama
In my view we can not create marker interfaces. with out defining an interface how will u implement it.serealizble have some predefined methods so called marker interface
Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
What is nullpointerexception?
Can we return null in java?
Can you achieve runtime polymorphism by data members?
What is Garbage Collection in Java
Why doesn't the java library use a randomized version of quicksort?
What is the benefit of inner classes in java?
Why string is immutable with example?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
What is a newline character in java?
What is the program development process?
What is class forname used for?
How many times finalize method will be invoked? Who invokes finalize() method in java?
Why does java have two ways to create child threads? Which way is better?
What is hasnext in java?
What are untrusted applets?