What is private static final long serialVersionUID = 1L;
Answer Posted / eknath wagadre
serialVersionUID is final static and private variable and
the value of the variable will be genreted by the jvm and
it's used for serialization and deserialization of object.
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
What is the difference between RMI and Corba?
What you mean by COM and DCOM?
Why are my checkboxes not being set from on to off?
What is a modular application? What does module-relative mean?
Is the infobus client side only?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What are the different types of exception?
When a thread blocks on i/o, what state does it enter?
Describe, in general, how java's garbage collector works?
Are we allowed to change the transaction isolation property in middle of a transaction?
Name three subclasses of the component class?
Is the ternary operator written x : y ? Z or x ? Y : z ?
difference between ejb,struts,hibernate,spring and jsp
Can I import same package/class twice? Will the jvm load the package twice at runtime?