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 are the methods of object class ?
What are dot operator queries?
What types of index data structures can you have in java?
Enlist diffrent types of inheritance supported by java?
What is anti pattern in cyber security?
How many bytes is string in java?
Why is string class considered immutable?
Which is bigger double or float?
Why super is first line in java?
Why do we need singleton class?
What does i ++ mean in Java?
What is identifier in java?
Is sizeof a preprocessor?
What’s the difference between callable and runnable?
What does snprintf return?