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 |
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What is a task?s priority?
whats is stored procedure,joins
What are the types of data passing mechanisams under JMS specification?
Explain about RMI Architecture?
What is multi-tasking? Types?
What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }
What is the lifecycle of an applet?
Is “abc” a primitive value?
What are the services in RMI ?
How database connectivity in XML is achieved?
What are the states associated in the thread?