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
What is JDBC Driver interface?How can you retrieve data from the ResultSet
Why java is called not pure object oriented language?
Why is stringbuffer not immutable?
Write code to implement bubble sort in java?
Can we create our own daemon thread?
What is the benefit of using enum to declare a constant?
What is function overriding and overloading in java?
what is the difference between a threads start() and run() methods? : Java thread
What are the java ide's? Explain
What if constructor is protected in java?
Why are functions called methods in java?
What are the types of java?
What is a treeset in java?
How does varargs work in java?
What is a line break?