Basic and Advance Java Question:

Download Job Interview Questions and Answers PDF

What is a transient variable?

Java Interview Question
Java Interview Question

Answer:

A transient variable is a variable that may not be serialized.

Download Java Interview Questions And Answers PDF

Previous QuestionNext Question
What class allows you to read objects directly from a stream? briefly explain.?Which containers use a border layout as their default layout?