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

How will you pass parameters in RMI? Why do you serialize?

0 Answers  


types of exceptions

1 Answers  


Explain Object Serialization and it can be used?

3 Answers   Infosys,


What is the applet sandbox?

1 Answers  


AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?

0 Answers  






what is a dirty read?

1 Answers  


What is the purpose of the wait() method?

0 Answers  


Explain ioc concept?

0 Answers  


How messaging services are done, before release of JMS?

0 Answers  


How is a java object message delivered to a non-java client?

0 Answers  


which book is better for jdbc ,servlets and jsp

0 Answers   TCS,


What are the states associated in the thread?

3 Answers  


Categories