Editorial / Best Answer
				 
							 						        Answered by: 
				       	Sameer
			                            
			         
                        
                        
			        
				 
	                    Exception:Exception as the name suggests anything that is unusal.For e.g. if i try to delete a file which doesn't exist then it is an exception.
Error:Error is caused if something is wrong with the program.For e.g. a syntax error,logical error or runtime error.
 
			 
          
What is the difference between an exception and an error?
Editorial / Best Answer
Answered by: Sameer
Exception:Exception as the name suggests anything that is unusal.For e.g. if i try to delete a file which doesn't exist then it is an exception.
Error:Error is caused if something is wrong with the program.For e.g. a syntax error,logical error or runtime error.
Related Answered Questions
Related Open Questions