MCQOPTIONS
Bookmark
Saved Bookmarks
→
Spring
→
Managing Web Flows
→
Serialization is JVM independent...
1.
Serialization is JVM independent.
A.
True
B.
False
Answer» B. False
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
What will be the value of transient field after deserialization:-
When serializing an object to a file, the standard convention in Java is to give the file a:
For a class to be serialized successfully:
The ObjectInputStream class contains methods for writing various data types.
The ObjectOutputStream class contains methods for writing various data types.
Classes which are high-level streams that contain the methods for serializing and deserializing an object.
Serialization is JVM independent.
After a serialized object has been written into a file, it can be read from the file and deserialized.
Java provides a mechanism, where an object can be represented as a sequence of bytes:-
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply