Results 1 to 2 of 2

Thread: VB.net code question

  1. #1
    Junior Member
    Join Date
    May 2007
    Answers
    1

    VB.net code question

    Since the VB.net code is compiled,then why does a green squiggly line appear below a wrong line of code the very moment the cursor is moved away from it after writing?As in C++,when we use a variable without declaring it,we get to know the error only after giving the compile command.But in VB.net,the variable is underlined with a green line as soon as the cursor is moved away from it.Shouldn't this be seen only if the code was 'interpreted' and not 'compiled'??


  2. #2
    Junior Member
    Join Date
    Feb 2006
    Answers
    8

    Re: VB.net code question

    The just in time compiler does a compile as the code is written and can identify errors before a compile is done at the project level. The project level compile is faster because much of the code is already compiled.


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