|
runtime vs compile time
|
|
01-16-2012, 01:14 PM
Post: #1
|
|||
|
|||
|
runtime vs compile time
Compile Time
Compile time errors are generally which the compiler can trace out while compiling your source code. One very simple example of this scenario could be missing out a closing parenthesis. The compiler will generate a syntax error at the time of compiling. Run Time Run Time errors are those which are not detected during compilation of a program,such errors may include divide by zero,running out of memory,null reference exceptions etc. |
|||
|
« Next Oldest | Next Newest »
|

Members Map
Search
Member List
Calendar
Help




