In Serialization, whether you will use Static variables?
Answer Posted / chandramouli
We cannot serialize the static variables because static is
specific to the class not for the objects.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Difference between process and thread?
Can we define a package statement after the import statement in java?
What's the difference between an abstract class and interface in java?
Explain about public and private access specifiers?
What is the significance of continue jump statement? Explain with an example.
What do you mean by composition in java?
Does java support multiple inheritance or not?
Why are the methods of the math class static?
What is difference between stringbuffer and string?
What does this () mean in constructor chaining concept?
Can we use string in the switch case?
When is an object subject to garbage collection?
What is not thread safe?
Why does my function print none?
What is object data type?