Using Java's serialVersionUID
“What’s a serialVersionUID used for?” “What if you do not define it?” These seem to be pretty popular Java interview questions. The second one builds on the top of the first. But, what’s more popular than these questions are the blog posts explaining what the right answer is. ...