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
Java is Pass by Value or Pass by Reference?
Is a case study a method or methodology?
What are the three parts of a lambda expression? What is the type of lambda expression?
What is balanced tree in java?
Is string a datatype?
What do you mean by constant time complexity?
What is difference between length and length() method in java ?
What is the purpose of static keyword in java?
How to compare strings in java?
Difference between method overloading and overriding.
What is yield () in java?
Explain the use of shift operator in java. Can you give some examples?
Tell me the Importent classes in net package?
What is struts in java?
what methods would you overwrite in java.lang.object class?