Name a feature which is common to all .NET languages?

 Posted by Syedshakeer on 2/16/2009 | Category: .NET Framework Interview questions | Views: 7324
Answer:

Name a feature which is common to all .NET languages?
There is only one feature which is common to all languages and that is Garbage collection or GC. This feature is automated which relieves developers of much work. This garbage is disposed only when there is need of memory or stress for memory. GC feature halts the application for few seconds before restarting it.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response