Exception Handling – Divide by Zero – Java Example By Malik | June 25, 2011 0 Comment Hi, Given below is a code snippet which will demonstrate an exception handling in Java with Divide by zero error. 🙂
A simple Exception Handling example – C Sharp/C# By Malik | June 18, 2011 0 Comment Hi, As you know an exception is an error that occurs during the runtime. Here is a simple exception handling example using C Sharp/C#. 🙂
A simple exception handling using C# By Malik | April 23, 2011 1 Comment Hi, See how a very simple exception handling works with try-catch methods using C#. Output- “You got the exception-> Attempted to divide by zero.” 🙂