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
Can we have a web application running without web.config file?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
Fetch one page value to another page without using state-managment ?
Is asp.net and .net the same?
Is asp net front end or backend?
Explain Session state management options in ASP.NET.
Explain swagger components.
What is a proxy in web service?
What is asp.net master page?
What is the difference between GridView and Repeater controls in ASP.NET?
What is the file through which you can customize your asp.net application?
Differentiate between structure and class.
What are sql joins?
What are httphandlers and httpmodules and difference between them?
What is localhost in asp.net?