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 |
In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another client is making request how it will work
which is the better collection class if the requirement is only displaying the data
Difference between JRE and JVM?
3 Answers HeadStrong, Infotech,
How can I scroll through list of pages like the search results in google?
What must a class do to implement an interface?
Can I run seam with jdk 1.4 and earlier?
what is default length of textfield ?
What are local interfaces? Describe.
when we applied start()method on a thread ,how does it know that to execute run()method on that object?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
What is a session? Can you share a session object between different theads?
Name three subclasses of the component class?