Results 1 to 4 of 4

Thread: Different objects of a .NET framework?

  1. #1
    Contributing Member
    Join Date
    Apr 2007
    Answers
    41

    Different objects of a .NET framework?

    What are the different objects of a .NET framework?
    What is the output of the JIT called? The output is .EXE but is there any specific name for it?


  2. #2
    Junior Member
    Join Date
    Jun 2007
    Answers
    3

    Re: Different objects of a .NET framework?

    The question about objects is a bit too open-ended for a definite answer or we are using different terminology.

    But regarding the output, typically .NET executables or binaries are referred as "Assemblies". However, they are not the output result of the JIT, but a compiler. I would imagine that the output result of the JIT is just machine language opcodes in memory, not anything visible on the hard drive.


  3. #3
    Junior Member
    Join Date
    Sep 2007
    Answers
    1

    Re: Different objects of a .NET framework?

    What is the output of the JIT called? The output is .EXE but is there any specific name for it?
    I think,it is the Native code which is cpu dependent code and get executed under the CLR.


  4. #4
    Junior Member
    Join Date
    Dec 2006
    Answers
    1

    Re: Different objects of a .NET framework?

    out put of JIT is Native Machine Code
    look At the Process
    Source Code ---->Compiled---->MSIL ------->CLR---Pass MSIL to JIT----> JIT convert MSIL into Native Machine Code


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact