How can you avoid serialization in child class if the base class is implementing the serializable interface?
No Answer is Posted For this Question
Be the First to Post Answer
what is singleton in java?
What is the life-cycle of an object?
What happens if an exception is not caught?
Are private methods final?
Interface A { String test(); } Interface B { int test(); } Create a class AB which must implements both A & B interfaces.
What is meant by class?
What is string builder?
What is function and method in java?
Can we call the run() method instead of start()?
What is an object class?
Explain abstract class in java?
What is meant by Encapsulation? Can you write a class to explain encapsulation?