I have a Person object with 5 variables and I want to store
them in a file called Person.txt. What should I do?
Answer Posted / s.ramesh
We have to implement serializable interface
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is anonymous class in java?
What is a private class in java?
Difference between association, composition and aggregation?
What are namespaces in java?
What are the types of collections in java?
What is the purpose of interface?
How can we avoid including a header more than once?
What are the changes in java.io in java 8 ?
Differentiate between a class and an object.
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Why is it called buffering?
What is the use of hashmap in java?
What is the use of flag?
Is 0 a real number?
Is 0 true or false in java?