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
explain the concept of virtual method invocation in polymorphism in detail?
What is meant by the value of a variable?
Can a method be static?
What is methodological theory?
What is a java lambda expression?
How do you add an element to a set in java?
What is the right data type to represent a price in java?
What is not thread safe?
Distinguish between a predicate and a function?
Why we override equals() method?
What is local declaration?
What is valid keyword in java?
Explain creating threads by implementing runnable class?
List primitive java types?
Why is java so popular?