What is private static final long serialVersionUID = 1L;

Answers were Sorted based on User's Feedback



What is private static final long serialVersionUID = 1L;..

Answer / eknath wagadre

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

What is private static final long serialVersionUID = 1L;..

Answer / vigneshwaran

the declared variable is non-inheritable and unchangeable its value.

Is This Answer Correct ?    1 Yes 1 No

What is private static final long serialVersionUID = 1L;..

Answer / b

It is a constant variable that is long and declared one
time.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Advanced Java Interview Questions

In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?

0 Answers  


Which textcomponent method is used to set a textcomponent to the read-only state?

0 Answers  


What are the steps involved in developing an RMI object?

1 Answers  


What is the difference between the font and fontmetrics classes?

0 Answers  


For which statements does it make sense to use a label?

0 Answers  






can any one tell me how to learn good coding techniques

3 Answers  


what are design patterns in java?give with example?

2 Answers   HCL, iGate,


What is serialization and de-serialization ?

5 Answers  


difference between apllet and interface class

1 Answers   Infotech,


What is preemptive and Non-preemptive Time Scheduling?

6 Answers   Cognizant,


What is the relationship between an event-listener interface and an event-adapter class?

0 Answers  


Hi frnds ,iam new to java and j2ee ,my requirement is using java or any j2eetech how to lock an user when he enter wrong credentials(uname&password) more than 3 times.take the username and passowrd in a bean no need to conned Db kindly provide me sample application code or and ideas or links or tutorials plzzzzz urgent for me thanks in advance...

2 Answers   NSN,


Categories