---
title: "What is strong-typing and weak-typing?"  
description: "What is strong-typing and weak-typing?"  
author: "Ajay pal"  
published: 2010-12-11  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/291/what-is-strong-typing-and-weak-typing  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# What is strong-typing and weak-typing?

Strong type is checking the types of variables at compile time. Weak typing is checking the types of the system at run-time.\

## Answers

### Answer by krishna bramhadandi



### Answer by Ajay pal

Strong type is checking the types of variables at compile time. Weak typing is checking the types of the system at run-time.\


---

Original Source: https://www.mindstick.com/interview/291/what-is-strong-typing-and-weak-typing

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
