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
Can we override constructors?
What is the ==?
Where is singleton pattern used?
What is singletonlist in java?
State the difference between creating string as new () and literal.
What restrictions are placed on method overriding?
What is command line argument
What is the difference between comparison done by equals method and == operator?
How do you check if a string contains only numeric digits?
Why destructor is not used in java?
Why singleton is not thread safe?
What are the four integer types supported by java?
What does isempty () do in java?
Write a java program to count the number of words present in a string?
Is void a keyword in java?