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 / puneet
outpurstreamobject.writeobject(object o);
flush//;
close//;
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What carriage return means?
When arithmeticexception is thrown?
Is arraylist sorted in java?
What is the symbol for average?
How many days will it take to learn java?
How do I type unicode?
What is use of static in java?
What is meant by data hiding in java?
Tell us something about set interface.
Why are the methods of the math class static?
How to call one constructor from the other constructor ?
What is the default size of set in java?
What is bitwise complement?
Does list maintain insertion order java?
How to remove the trailing spaces from a string?