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 a session? Can you share a session object between different theads?
What is ioc concept?
What are the sequence of steps to write pub or sub model kind of application?
What are skeletons and stubs and how they are generated?
Will the general public have access to the infobus apis?
Java is fully object oriented languages or not?
What is the relationship between local interfaces and container-managed relationships?
What must a class do to implement an interface?
what is catalina in tomcat server.
What if the static modifier is removed from the signature of the main method?
How are the elements of a borderlayout organized?
What are the different class loaders used by jvm?