Answer Posted / ravikiran(aptech mumbai)
by declaring the varable transient
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What is the difference between checked exception and unchecked exception?
Which java collection does not allow null?
What are the two types of java?
Can classes declared using the abstract keyword cab be instantiated?
What is module with example?
What are instance variables?
Tell us something about an iterator.
What is a module function?
Why is java called the platform independent programming language?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
How do you delete a list in java?
What is this () in java?
What is array class in java?
What is a parameter used for?