Answer Posted / giri
Serialization is a process of converting java object into byte stream these byte stream are stored into flat file.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of inner classes?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
What is object data type?
What are features of java?
Which command from the jdk compiles a java program?
What are sets in java?
Can we declare an array without size in java?
What are the benefits of immutable objects?
Explain access specifiers?
What does the append?
What is the difference between a field variable and a local variable?
Can java cast null?
What is assembly language?
What is variable and constant explain with example?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?