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 modifiers may be used with an interface declaration?
How to deploy Jar, War files in J2EE?
How to do registration form using struts and hibernate?
what's the main difference between unix os and linux os?
Can we sent objects using Sockets?
What is scalable, portability in the view of J2EE?
how to get value in combo for updation?
What are the JSP implicit objects ?
Explain Object Serialization and it can be used?
What is a sessionfactory? Is it a thread-safe object?
Explain phantom read?
how can we load a file of a user in the database table?