skip to main
|
skip to sidebar
Home
Archives
Feedback
About Us
Contact Us
Welcome to Nsachan...
your search ends here//
DOWNLOAD
Saturday, 30 April 2011
// write a program to handle divide by zero exception.
05:42
neeraj
No comments
CODE
class Dividebyzero
{
public static void main(String s[])
{
int a =10;
int b =5;
int c =5;
int x;
try
{
x =a/(b-c);
}
catch(ArithmeticException e)
{
System.out.println("divisle by zero"+e);
}
}
}
OUTPUT DISPLAY
Posted in:
Java programs
Newer Post
Older Post
Home
0 comments:
Post a Comment
Subscribe to our RSS Feed
Follow Us on Twitter
Be Our Fan on Facebook
Videos
Tags
Blog Archives
Facebook
My Great Web page
Labels
Antivirus
(17)
Blogging Tips
(10)
BOLLYWOOD
(25)
Browser
(7)
Contest
(5)
Customization
(3)
Downloads
(5)
DUBBED HOLLYWOOD
(46)
EARN MONEY
(5)
Ebook
(20)
ENGLISH MOVIE
(19)
Facebook
(1)
FONTS
(2)
Fun
(1)
Gallery
(9)
Games
(19)
Google Apps
(1)
Hacking
(3)
How to Recipies
(16)
IMs
(1)
Java programs
(19)
Media Player
(3)
Microsoft
(4)
Mobile
(35)
My Software
(2)
Networking
(9)
NEW MOVIES
(16)
Orkut
(2)
Server 2003
(1)
SOFTWARES
(89)
TAMIL MOVIE
(3)
Tech News
(11)
VB scripting
(1)
Virus n Scripting
(7)
Windows 7
(7)
Windows 8
(4)
Popular Posts
Subscribe To
Posts
Atom
Posts
Comments
Atom
Comments
Alexa Rank
Total Pageviews
Blog Archive
▼
2011
(405)
►
May
(134)
►
May 27
(1)
►
May 26
(2)
►
May 25
(4)
►
May 23
(3)
►
May 20
(7)
►
May 19
(23)
►
May 18
(70)
►
May 17
(2)
►
May 16
(3)
►
May 14
(1)
►
May 11
(1)
►
May 10
(2)
►
May 09
(2)
►
May 08
(2)
►
May 07
(1)
►
May 06
(1)
►
May 05
(1)
►
May 04
(1)
►
May 03
(4)
►
May 02
(1)
►
May 01
(2)
▼
April
(271)
▼
Apr 30
(15)
// write a program of JDBC ODBC connectivity thro...
// write a program in java which concatenate two ...
// write a program in java which finds the index ...
// write a program which counts the length of the ...
// write a program in java which initialize the ob...
// write a program in java which converts a lower...
// write a program in java to compare two strings...
// write a program to handle divide by zero except...
// write a program in java using buffer reader t...
// program in java using awt control label and b...
// write a program in java using buffer reader t...
// write a program in java using awt control lab...
// program in java using awt control label and tex...
// Write a program in java in which derived class...
// write a program in java in which two threads a...
►
Apr 29
(4)
►
Apr 20
(1)
►
Apr 17
(4)
►
Apr 16
(4)
►
Apr 15
(5)
►
Apr 14
(41)
►
Apr 13
(10)
►
Apr 12
(10)
►
Apr 11
(129)
►
Apr 10
(48)
About Me
neeraj
I AM A STUDENT OF BCA ....
View my complete profile
0 comments:
Post a Comment