Answer the following statements true (T) or false (F)
1) In a class that’s marked with the [Serializable] attribute or that
implements interface ISerializable, not every instance variable of the class needs to be serializable.
2) All simple-type variables and strings are serializable.
3) For variables of reference types, you must check the class declaration to
ensure that the type is serializable.
4) By default, array objects are not serializable.
5) If the array contains references to other objects, those objects may or may
not be serializable.
1) F
2) T
3) T
4) F
5) T
You might also like to view...
Suppose we are given an STL vector container named vec that holds values of type double. What do each of vec[0], vec.front(), *(vec.begin()), *(vec.end() - vec.size())and *(vec.rend()-1) mean?
What will be an ideal response?
Which of the following is not a GUI component (control or widget)?
a. String. b. Button. c. Menu. d. Combo box.
Which of the following lists the prefix (CIDR) format equivalent of 255.254.0.0?
A) /12 B) /13 C) /14 D) /15
You remove the AD DS role from a domain controller using the Remove Roles Wizard
Indicate whether the statement is true or false