Answer Posted / lokendra khandelwal
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 ? | 1 Yes | 1 No |
Post New Answer View All Answers
How can you access the properties and controls of master pages from content pages?
Why is it preferred to not use finalize for clean up?
What is the difference between typeof() vs gettype()?
Explain the concept of MVC Scaffolding?
What is difference between viewstate and session in asp net?
What is state management react?
What are the different types of events are occured when a client requests an ASP.NET page from IIS server?
Which data type does the rangevalidator control support?
What are the different methods of session maintenance in asp.net?
Less than one page, how many windows will you be able to maintain?
What is work flow gen? how can it will work with .Net?
What is the difference between page directive include and action tag include?
What are the differences between the response.write() and response.output.write()?
What is event in asp.net?
Explain the advantages of caching?