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
How many techniques can be employed to create a string object?
What is the indent key?
What is meant by collection in java?
How to overcome the exception object reference not set to an instance of object?
What is balanced tree in java?
What are the four integer types supported by java?
How does the java compiler work?
worst case complexities of Quick sort and Merge sort.
What is singleton class in java and how can we make a class singleton?
What is not thread safe?
What is your platform’s default character encoding?
What is the instance of an object?
How can we break singleton in java?
What is finalize() function in java?
How we can execute any code even before main method?