What is private static final long serialVersionUID = 1L;
Answers were Sorted based on User's Feedback
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 |
Answer / vigneshwaran
the declared variable is non-inheritable and unchangeable its value.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / b
It is a constant variable that is long and declared one
time.
| Is This Answer Correct ? | 2 Yes | 3 No |
What is the use of Class.forName
What are the different class loaders used by jvm?
Explain the difference between object state and behavior?
What is DTD?
Why does most servlets extend HttpServlet?
How to add new JTabbed pane?
What is the difference between RMI and Corba?
Can I run seam outside of jboss as?
Why won’t the jvm terminate when I close all the application windows?
Do I need to import javlang package any time? Why ?
how i secure my site with the https protocol.what are the steps?
whats is mean by filter?