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 to implement role based security in asp.net mvc? : Asp.Net MVC
What does occur first in ASP.Net, Authentication or Authorization?
What are the advantages of using session?
How do u deploy ur project?
Explain the asp.net session state modes.
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
What is server side session?
What is round trip in asp.net?
Fetch one page value to another page without using state-managment ?
What is application variable?
What is ispostback method in asp.net? Why do we use that?
Is it right that ASP.NET Web API has replaced WCF?
How does session id work?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?