What is private static final long serialVersionUID = 1L;
Answer Posted / 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 |
Post New Answer View All Answers
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is a policy?
What is ripple effect?
what is an isolation level?
What is threadfactory?
What is a class loader?
What is the highest-level event class of the event-delegation model?
How database connectivity in XML is achieved?
how do you Handle Front End Application data against DB with example?
Why won’t the jvm terminate when I close all the application windows?
Where can I ask questions and make suggestions about seam?
What if the static modifier is removed from the signature of the main method?
What is the difference between a static and a non-static inner class?
What is jboss?
What is metaspace?