Gad
Gad
Gad
3. What is CTS?
Common Type System known as CTS in . Net Framework, CTS is one of the core
architectural part of . Net Framework. CTS (Common Type System) standardizes the data
types for all programming languages in .Net.
4. What is JIT?
Just-In-Time compiler(JIT) is a part of Common Language Runtime (CLR) in . NET which
is responsible for managing the execution of . NET programs regardless of any . NET
programming language. ... The JIT compiler converts the Microsoft Intermediate
Language(MSIL) or Common Intermediate Language(CIL) into the machine code.
11. What are the main differences between functions and subroutines?
Must Overrides lets you entirely replace a method from a base class.
The components of . NET are CLR, Garbage Collector, JIT Compiler and base class library.