Can I create any Marker Interface? If yes then how can I
use it???
Answer Posted / diya
public class abc implements Serializable
{
write your own logic
}
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the exception hierarchy in java?
How to create an interface?
Is passing by reference faster?
What is empty string literal in java?
Explain the difference between a Thread and a Process.
Difference between string, stringbuffer and stringbuilder?
Is string a wrapper class?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
How does multithreading take place on a computer with a single cpu?
What is pangram in java?
What is immutable in java?
What is set in java?
What are the parts of a method?
What is string intern in java?
What are the restrictions imposed on method overriding?