Ask Question
7 July, 21:42

Which of the following statements is NOT true? A. A static variable is not serialized. B. The methods in an object are serialized. C. An object must be an instance of Serializable or Externalizable for it to be serialized. D. All of these

+5
Answers (1)
  1. 8 July, 01:11
    0
    The answer is "Option A".

    Explanation:

    The static variable is also known as a variable, that could be used to describe the common property of all items, during the time of object initialization, this variable only stored once in the class field, that's why "option A" is incorrect, and other were correct which can be explained as follows:

    In option B, It is also known as a procedure, which means are series. In option C, It is an abstract datatype, that describes the instance of series.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which of the following statements is NOT true? A. A static variable is not serialized. B. The methods in an object are serialized. C. An ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers