adplus-dvertising
frame-decoration

Question

What is the benefit of metadata in .NET programming languages?

a.

Programs can interoperate at the object level regardless of the programming language they are created in.

b.

It eliminates the need for a garbage collector.

c.

It allows explicit deletion of objects.

d.

It improves performance of IL code.

Posted under Reverse Engineering

Answer: (a).Programs can interoperate at the object level regardless of the programming language they are created in. Explanation:Metadata accurately describes an executable, allowing programs to interoperate at the object level regardless of the programming language they are created in.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the benefit of metadata in .NET programming languages?