Transient keyword to declare instance variable that can not be saved and should not transmitted as part of view state for visual force page. Basically ,View State is an encrypted, hidden <input> field on a Visualforce page that keeps track of Apex controller state & Visualforce page state between server requests.