Ask Question
3 February, 10:50

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

+2
Answers (1)
  1. 3 February, 10:54
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers