Definitions of C#
Definitions of C#
Definitions of C#
----------------------------------------------------------------------
4. What is just in time compiler in C#?
.NET uses an Microsoft Intermediate Language (MSIL), sometimes abbreviated as IL. The
compiler reads your source code and produces MSIL. When you run the program, the .NET Just
In Time (JIT) compiler reads your MSIL code and produces an executable application in
memory.
---------------------------------------------------------------------------------
--------------------------------------------------------------------------------
11. What is a sandbox in technology?
a sandbox is a security mechanism for separating running programs, usually in an effort
to mitigate (ease) system failures or software vulnerabilities from spreading.
sandboxes may be seen as a specific example of virtualization.
----------------------------------------------------------------------------------
12. What is a sandbox in Java?
The sandbox is a set of rules that are used when creating an applet that prevents certain
functions when the applet is sent as part of a Web page
-------------------------------------------------------------------------------------
sandbox.ExecuteAssembly("ManagedAssembly.exe");