asked 145k views
1 vote
Show a difference between managed and unmanaged development,?​

asked
User Lieuwe
by
7.9k points

1 Answer

5 votes

Answer:

managed is an environment where you have automatic memory management garbage collection, type safety,...

unmanaged is everything else. so, for example. NET is a managed environment and C/C++ is unmanaged .

answered
User Tyronomo
by
8.0k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.