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
Explain the overview of asp.net?
What is asp.net? How is it different from asp?
Is there any limit for query string? Means what is the maximum size?
Which method is used to enforce garbage collection in .net?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
Explain about asp.net caching?
What is the use of session in web application?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What is the significance of finalize method in .net?
What is an asp.net validator? And, mention its types.
What are the options in ASP.NET to maintain state?
What are demand-paging and pre-paging?
What are the advantages and disadvantages of session?
What is the latest version of asp.net?
How do I create a web form?