Answer Posted / nadeem khokhar
CLR is common language runtime, every managed application must passes from the CLR,
CLR manages memory, threads at run time using the JIT compiler.
JIT compiler compiles the code and create an assembly called intermediate language which can be converted into other languages. assembly contain dll and exe file. (meta data and code)
i dont know the reflection...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Busy waiting is a method whereas a taskwaits for a given event by continiously checking for an event to occur. What is the main problem with this approach
when a query is made on Logical file in DB2/400, will the records satisfying select/omit criterion be fetched from all members of physical file or only the member with same name as physical file?
will it allow to add same value in HashMap class.
is it possible to learn sap from book without any tutorial. if yes please mention the beginner,s book of sap and also make your valuable advice for self study of sap .
How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?
what is delimiter in sas ?
which book we learned this mantis? how many version are realsed this mantis upto now?
what is web configuration file
Colors specified with the notation
Explain with examples any 2 features of OOPS.
Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile
how to stop execution of step 3 in a job mainframe
how to work search engine? plz detail answer me.
How to get the index of the clicked field in reports in ABAP?
Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.