Answer Posted / satish v itagi
The way language compilers handle types with regard to the
bytes occupied, sign-bit handling, storage place (register,
far or near) are almost proprietory of that language. When
more than one language comes to a single platform ( for eg.
DotNet) where a Intermediate Language code is compiled
based on the input language and executable code is compiled
just in time, these proprietory has to adjusted to the most
common practices amongst all participating languages. This
eliminates certain strong and professional handling of
types by individual language compilers but makes language
platform independent that is run by Common Language RunTime
(CLR) like executors.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are the disadvantages of asp.net?
What is the appSettings Section in the web.config file?
How do you deploy your asp.net application?
Define globalization and localization.
What is comparevalidator?
Describe the master page.
Explain the advantages of caching?
How do you open a page in a new window?
What a diffgram is, and a good use for one?
What is smpte vc-1?
Describe the disadvantage of cookies.
How can we register exception filter globally?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
What is global.asax file used for?
What are the advantages of asp.net?