Also
read
JIT compiler is a part of the runtime execution environment that helps in a higher performance by
placing the complied code in the cache for a faster
execution.............
Application exceptions can be user defined exceptions
thrown by the application.............
Ngen.exe helps in improving performance
of managed applications by creating native images and storing
them on the cache.............
Class is a group of items, attributes of some entity. Object is any specific item that
may or may not be a part of the class.............
When a derived class is inherited from an Abstract class, no other class can
be extended then. Interface can be used in any
scenario..............
Operator overloading is the most
evident example of Polymorphism. In operator overloading, an
operator is ‘overloaded’............. |