Answer Posted / jesudian moses
Transient is a keyword used for class level variables.
Serialisation of that variable can be avoided by declaring
it transient.
| Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
What is a void method java?
How to handle a web browser resize operation?
State some advantages of java?
can used Protected Class outside Function.?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
What is java abstraction with example?
Why isn’t there operator overloading?
Is a boolean 1 bit?
What is the functionability stubs and skeletons?
How to access arraylist elements in java?
Is assembly language a low level language?
What is unicode with example?
What are different data structures in java?
What is executor memory?
What is passing by reference in java?