I have a Person object with 5 variables and I want to store
them in a file called Person.txt. What should I do?
Answers were Sorted based on User's Feedback
Answer / srinu
we have imlpement ur class with java.lang.Serializible
interface and used the following steps
1)ObjectOutPutStream class(one method is their write objects
into file)
(a)writeObject(Object obj) -------> writing for objects
into file.This process is called Serializtion.
2)ObjectInputStream class reading the objects from file
(a)readObject(Object obj)---------> Reading objects from
fole This process is called Deserialization.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / puneet
outpurstreamobject.writeobject(object o);
flush//;
close//;
| Is This Answer Correct ? | 0 Yes | 2 No |
Which method cannot be overridden in java?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
What is the history of java?
why java is not supporting multiple inheritence?
What is object data type?
What are the differences between forwarding () method and sendredirect() methods?
Difference between default and protected access specifiers?
what is an virtual function
Is ResultSet class?
5 Answers Bally Technologies, TCS,
Does sprintf add a null terminator?
What is the purpose of the main method?
Is Cegonsoft Pvt.Ltd. a good Institute?