AceTheInterview
Jobs in Pune | Work better in teams | Socialize with friends | Submit Q&A | Tell a friend
Search site for 

Top 100 Interview Questions & Answers in a convenient and easy to read book!

“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”

– Ravi, California

Read more comments...

Interview Questions And Answers RSS Feed

Answers »

  1. Submitted By: sonic2001 — October 6, 2006
    -3 votes
      + -

    Code errors.

  2. Submitted By: sonic2001 — October 6, 2006
    -8 votes
      + -

    Code errors.

  3. Submitted By: amolh — October 6, 2006
    +13 votes
      + -

    Syntactical and symantical errors (code errors) are caught at compile time.

    Dependency errors (for example resolving function calls or errors in including other modules) are caught at link time.

  4. Submitted By: Tom DiFilippo — January 27, 2007
    +7 votes
      + -

    At compile time, the compiler converts source code into object (or machine) code for the computer to execute. The compiler catches errors of syntax, which prevent object code to be produced for one or more source files. At link time, multiple files which are in object code are combined.
    At link time, multiple object files or libraries are combined to create an execution file or files. The linker catches errors of exclusion, mismatch, multiple reference or problems caused by dependancy errors.

  5. Submitted By: Arun — June 21, 2007
    +1 votes
      + -

    During compile time syntax error are caught…

    During linking time time if is there any dependence
    presnt then it gives the error..

  6. Leave an Answer/Comment

    To prove you're a person (not a spam script), type the security text shown in the picture. Click here to regenerate some new text.
    Click to hear an audio file of the anti-spam word

Our Sponsors
Our Sponsors
Contact Us | FAQ | Sitemap | Terms of Use | Privacy Policy | Tell a Friend

Copyright © 1999-2006 Jeeve Technologies LLC. All rights reserved.