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

What is source and listener?

1 Answers  


What is synchronization?

6 Answers   Verizon,


What are the purpose of introspection?

0 Answers  


What is diffennce between AWT & SWING?

4 Answers  


difference. between List and Set?

2 Answers   Campus Interaction, HCL, Infotech,






Where does the session Object stores? If 100 users are connecting to the server. How does it recognize which session belongs to which user?

5 Answers   HCL, Mobillo Venture,


What is in-memory replication?

0 Answers  


What is multithread synchronizing ?

4 Answers   Sun Microsystems,


What value does readline() return when it has reached the end of a file?

0 Answers  


Which are the different segments of memory?

0 Answers  


Explain RMI Architecture?

0 Answers  


what is activation monitor and what is its job?

1 Answers  


Categories