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 types of constructors are used in java?
Can we define private and protected modifiers for the members in interfaces?
How to compare strings in java?
Can you override a final method?
What are different types of inner classes ?
Which arithmetic operations can result in the throwing of an arithmeticexception?
What is static data type in java?
What is volatile keyword in java
Explain the difference between runnable and callable interface in java?
Is vector ordered in java?
What is a top level class in java?
What are adapter classes?
What is thread life cycle?
Can we override static methods in java?
Which class should you use to obtain design information about an object in java programming?