![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions A) YesB) NoExplanation: The DLLs you created in VB.NET are assemblies that contain managed code Latest Answer : Yes. ... A) CLRB) .NET Context ManagerC) CTS Latest Answer : A) CLR ( Common Language runtime or known as just 'runtime' )Any code that targets or uses CLR services is known as managed code.The .NET framework has two mejor component. CLR and FCL ( i.e. framework class library ) . CLR provides services such ... A) IL CodeB) Native codeC) Byte Code Latest Answer : ans is IL or MSIL intermediate Language. ... A) Generate Assembly language code from ILB) to display the contents of a .NET program fileC) to view the IL within individual functions Latest Answer : This is the .net dis assembler tool ... A) YesB) No Latest Answer : A-Yes ... A) UsingB) PackageC) ImportsD) None of the above Latest Answer : C) IMPORTS ... A) Concept which allows code in one AppDomain call on objects of other App DomainB) A Concept which transmits the data over networkC) A Concept which deploys the code in remote server. Latest Answer : a ... What is the output of the following code in Test classClass Myclass Dim Num as Integer Private Sub New (i as integer) Num=i End subEnd class Class Test Sub Main() Dim c as MyclassC=New Myclass (10)End subEnd Class A) Num variable of Myclass is initialized to 10B) Run Time ErrorC) Compiler ErrorD) StackOverflow ExceptionExplanation: Constructor is declared as Private hence Compile error A) Code modules are instantiated at runtime and class modules are instantiated at the time of designB) Class modules are instantiated at runtime to create objects and code modules do not have instancesC) Latest Answer : B ... A) One LevelB) Two LevelC) Three LevelExplanation: Source Code to MSIL in first level & MSIL to Native code in second level Latest Answer : there r 2 levels in .net framework. one is source code to MSIL and other is MSIL to native code ...
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||