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 system.out ,system.err and system.in?
How a component can be placed on Windows?
why static class in java
Name the eight primitive java types.
What are the different approaches to represent an inheritance hierarchy?
Which are the different segments of memory?
what is a portable component?
Why are component architectures useful?
how to use debug in my elipse to solve problems that exist in my project
What classes of exceptions may be caught by a catch clause?
Difference between new operator and class.forname().newinstance()?
Can I have an action without a form?
Which component handles cluster communication in jboss?
What is the difference between the font and fontmetrics classes?
What is synchronization and why is it important?