Why we need to serialize the object
Answer Posted / 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 |
Post New Answer View All Answers
Explain tree set and its features?
What is synchronization and why is it important in java programming?
What is a boolean flag in java?
Can we have multiple catch block for a try block?
How many bits is a string?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
Explain creating threads by implementing runnable class?
Is special character in java?
Explain about wait() method?
Why is string class considered immutable?
What is a buffer in java?
What are the files generated after using IDL to java compiler?
Why is static used?
Explain purpose of sleep() method in java?
What is the difference between break and continue statements?