Why transient variables wont participate in serialization?
Answer Posted / krishna
transient variables allocates memory inside the object
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Are arrays dynamic in java?
What is the difference between a method and a procedure?
When will we prefer to use set and list in java and why?
What do you mean by an object in java?
Where are global variables stored?
Why is logger singleton?
What is the history of java?
Are static members inherited to sub classes?
Can we create object of inner class in java?
I want to store more than 10 objects in a remote server? Which methodology will follow?
What is function declaration?
What do you mean by light weight and heavy weight components?
What is module in oop?
Why stringbuffer is faster than string?
What is the difference between call by reference and call by pointer?