answersLogoWhite

0


Best Answer

// A method which throws an exception.

// Declare an ArithmeticException to be thrown.

int integerDivision(int a, int b) throws ArithmeticException {

// If we try to divide by zero, throw our exception...

if(b == 0) {

throw new ArithmeticException("Division by 0");

}

// ...otherwise, return our result.

return a/b;

}

// A method which catches an exception.

void doSomeDivision() {

// Let's divide each integer [0,9] by one another...

for(int a = 0; a < 10; ++a) {

for(int b = 0; b < 10; ++b) {

// Try to do the division...

try {

final int q = integerDivision(a,b);

System.out.println(a + " / " + b + " = " + q);

} catch(ArithmeticException ex) {

// ...end up here in case of Exception

System.out.println("Cannot divide " + a + " by " + b);

}

}

}

}

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Give you an example of each type of Exception in Java through programs?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can you give an example of a sentence using word get through?

I had to get through the hedge to reach my house. (Just an example)


Concept of MBE in management?

management by exception .it give exception for some cases


Give me an example of Preposition of direction?

Ex: through, across, along, etc.


Can you give me one example using a sentencewith an wade?

They waded through the river to get to their school. This is an example of word using wade.


Can you give me an example of a sentence using the word serpent?

The serpent slithered through the grass.


Do sheeps lay eggs?

Sheep are mammals and mammals do not lay eggs with one exception, the monotremes, of which the Platypus is an example.


Who can benefit from debt consolidation programs?

Many people benefit from debt consolidation programs. For example, it will give you more control in paying off your debt. Furthermore, people whom you owe money to will receive their payment.


In a human body give an example of a where mitosis may occur Give an example of where meiosis would occur?

Any time when a cell needs to replicate, it goes through mitosis. The only cells that don't go through mitosis are sex cells.


Give example of sentence with the word thrashing?

I dont want my computer to go through thrashing.


They would like to get some information on becoming a physical therapist, through online education.?

A simple online search for physical therapy programs will give you a list of programs. You want to make sure you look for an accredited program.


Can you give an example of a sentence using the word mindless in it?

Not to think through a situation would be a mindless act.


Can you give me an example of a sentence using word dense?

The wall was to DENCE for me to cut through with a saw blade.