How to make object serializable in java?
No Answer is Posted For this Question
Be the First to Post Answer
When we should use serialization?
What is the difference between numeric and integer?
How do you start a thread?
Given a singly linked list, determine whether it contains a loop or not without using temporary space?
How do you remove spaces in java?
What do you mean by pointer value and address?
Can we override constructor?
What restrictions are placed on method overloading in java programming?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?
What do you mean by scope of variable?
Class A extends Class B but Class A also inherit Super Class Object so it is multiple inheritence give reason in support of your answer