What is the difference between compile time error and run time error?

Questions by vrijesh28

Showing Answers 1 - 12 of 12 Answers

kranthi

  • Sep 7th, 2007
 

Compile time errors are nothing but the syntax errors in the program i.e., the program should follow the structure of java

where as Runtime errors are nothing but the logicall errors,
 
Compile time errors are taken care by compiler where as Run time errors are taken care by programers.

sampra

  • Feb 14th, 2008
 

Compile time errors are nothing but the syntax errors in the program i.e., the program should follow the structure of java

where as Runtime errors are nothing but the logicall errors,

Compile time errors are taken care by compiler where as Run time errors are taken care by programers.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions