Answer Posted / deepak divvela
1.transient variables can not be serialized.
2.volatile variables may change with the affect of other one
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How to avoid memory leak in java?
What is a class instance variable?
Why javac is not recognized?
What is computer compiler?
Which variables are stored in heap?
Why java does not support pointers?
How do you do math powers in java?
Why are parameters used in functions?
What is difference between final and immutable?
What is the difference between abstract class and interface1? What is an interface?
What is the difference between length and size in java?
What is the functionality of the stub?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Is string is a keyword in java?
Why does it take so much time to access an applet having swing components the first time?