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
What is difference between variable declaration and definition?
How big is a gigabyte?
Why arraylist is used in java?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
What is an association?
What is garbage collector?
What is difference between next () and nextline () in java?
What is difference between word and integer?
What is the relationship between class and object?
Is string passed by reference in java?
Is nullpointerexception checked or unchecked?
What is the independent variable in an experiment?
What are thread groups?
How to compare two strings in java program?
How can constructor chaining be done using this keyword?