As discussed earlier, in platform independent languages intermediate code depends on a software for execution (JVM,CLR) where these softwares are refferd as frameworks.
"It is a software which will mask the functionalities of an operating system and makes the code to execute unter its control."
Executing the code under framework gives the following advantages
-- Platform Independency.
-- Security.
-- Automated Memory Management.
Note: The code which runs directly under frameworks control is known as Managed Code.
where as, the code which runs outside the framework control is known as Unmanaged Code.
"It is a software which will mask the functionalities of an operating system and makes the code to execute unter its control."
Executing the code under framework gives the following advantages
-- Platform Independency.
-- Security.
-- Automated Memory Management.
Note: The code which runs directly under frameworks control is known as Managed Code.
where as, the code which runs outside the framework control is known as Unmanaged Code.
fig: Framework ---------------------------------------------------------- ** If you like this post please like our page in facebook " Dot Net Support" . |
0 comments:
Post a Comment