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
Define Multiprogramming and Multiprocessing in java.
Can you pass functions in java?
What is thread count in java?
Is it possible to instantiate the abstract class?
Is age discrete or continuous?
What is multithreading and its advantages?
Write a java program for binary search?
How does callback work in java?
Do I need java on my computer?
Write the algorithm to check the number non-leaf nodes in a tree.
What are the limitations of procedural programming approach?
What is a treeset in java?
Why main method is static in java?
Differentiate between vector and array list.
describe synchronization in respect to multithreading? : Java thread