Author
Exception
Arathi Raj
Ranch Hand
Joined: Nov 22, 2002
Posts: 90
posted Aug 10, 2005 20:28:00
0
Hi, 1)I want to know what are difference way to handle exception in JAva? 2)what is the diffrence between inheritance and polymorphism ? Thanks Arathi
marc weber
Sheriff
Joined: Aug 31, 2004
Posts: 11343
Originally posted by Arathi Raj: ...what are difference way to handle exception in Java? ...
See Ch. 9: Error handling with exceptions from Bruce Eckel's Thinking in Java.
Originally posted by Arathi Raj: ...what is the diffrence between inheritance and polymorphism? ...
See the JavaRanch article, How my dog learned polymorphism . [ August 10, 2005: Message edited by: marc weber ]
"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
subject: Exception