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 local class in java?
Explain enumeration in java?
Differences between C and Java?
What is variable and example?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
What purpose do the keywords final, finally, and finalize fulfill?
How does finally block differ from finalize() method?
What was java originally called?
Can an object subclass another object?
What is the importance of main method in Java?
Name and explain the types of ways which are used to pass arguments in any function in java.
what is the significance of listiterator in java?
Can a main method be overloaded?
Why is stringbuffer faster than string?
How java enabled high performance?