Answer Posted / paletipatisrinu
transient is the modifer for varibles.if declared variable
with transient its never pariticaptes variable in
serialization process.
most of this case used for banking application for passwords
ex:transient long password;
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Can we force the garbage collection to run?
What is int short for?
How can I right-justify a string?
What is the benefit of abstract class?
what are the high-level thread states? : Java thread
What is an example of a constant variable?
What is the full name of java?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
What is public static void main?
What are static initalizers in java ?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
What is a layout manager and what are different types of layout managers available in java awt?
What is thread synchronization in java?
Is math class static in java?
What string is utf8?