---
title: "what is window process?"  
description: "what is window process?"  
author: "Amit Singh"  
published: 2010-11-30  
updated: 2020-09-13  
canonical: https://www.mindstick.com/interview/274/what-is-window-process  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# what is window process?

A process is an instance of a running application.\
Each process is allocated its own block of available RAM space.\
No process can access another process code or data.\
If the process crashes, it dies alone without taking the entire OS or a bunch of other applications down.

## Answers

### Answer by Amit Singh

A process is an instance of a running application.\
Each process is allocated its own block of available RAM space.\
No process can access another process code or data.\
If the process crashes, it dies alone without taking the entire OS or a bunch of other applications down.


---

Original Source: https://www.mindstick.com/interview/274/what-is-window-process

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
