Basic and Advance Java Question:
Download Questions PDF

What is a transient variable?

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?