Answer Posted / guest
transient is a variable that may not be serialized.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is encapsulation in java?
Can we define private and protected modifiers for variables in interfaces?
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
What is parsing in java?
What are the advantages of packages in java?
What is meant by inheritance and what are its advantages?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
How do you add an element to an arraylist in java?
What is a generic code?
What are the basics of core java?
Can we declare register variable as global?
Can we override private method in java?
Explain the difference between an Interface and an Abstract class?
Are arrays immutable in java?
What is the output of the below java program?