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
Garbage collection in java?
How does multithreading take place on a computer with a single cpu?
How garbage collection is done in java?
What is oops in java?
Does collectionutils isempty check for null?
How many types of voids are there?
How does system arraycopy work in java?
What is a line separator in java?
What are the steps that are followed when two computers connect through tcp?
How many types of gc are there in java?
Can we assign the reference to this variable?
What languages are pass by reference?
What is bytecode in java ?
what is collatration?
Explain method local inner classes ?