Why we need to serialize the object
Answers were Sorted based on User's Feedback
Answer / abhi
Whenever the data is confedential like passwords, pin codes
etc in this case object should be serialized.
| Is This Answer Correct ? | 6 Yes | 22 No |
What is difference between path and classpath?
What is the use of collections in java? How it is implemented in real time applications?
Is string passed by reference in java?
What is a package?
What is scope & storage allocation of static, local and register variables? Explain with an example.
Why is singleton class used?
Can you make an instance of an abstract class?
What are the drawbacks for singleton class?
Can we override private method in java?
Is a string literal?
What is a boolean in java?
write a program to create an vector and listeterator.and value should be enter through keyboard.