---
title: "What is transient keyword?"  
description: "What is transient keyword?"  
author: "Anonymous User"  
published: 2015-04-30  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/2463/what-is-transient-keyword  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is transient keyword?

If you define any data member as transient,it will not be serialized

## Answers

### Answer by Anonymous User

If you define any data member as transient,it will not be serialized


---

Original Source: https://www.mindstick.com/interview/2463/what-is-transient-keyword

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
