I am trying to get a hold of overflow and underflow exceptions in java, but couldn't get any nice tutorial. Specifically I wish to learn
- How are they different from each other?
- What are the subclasses of these exceptions?
- In which scenario they are thrown?
- Which of them can be handled and how?
- What are the best practice related to them?
Any link to useful tutorial will do
Thanks heaps