GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  Architecture

 Print  |  
Question:  What is a managed code.
Is 'Dim fs as filestreamobject' is a managed code?




November 11, 2006 06:39:51 #4
 Jagtar   Member Since: Visitor    Total Comments: N/A 

RE: What is a managed code.Is 'Dim fs as filestr...
 
Managed code it that which must be care by any intermediate manager. for eg. in dot net it is a interpreater based language. Allocation of memory is done by CLR. Garbage collection also plays a valuable role to manage the memory. and other featuers like security etc are also taking care by CLR.
     

 

Back To Question