Originally posted by Vijay Arora:
coz i m learning Java
Originally posted by Jesper Young:
Solution: Don't call System.exit() in the other program
Originally posted by Campbell Ritchie:
Down-casting? Isn't it the other way round; byte to short is a widening conversion?
Originally posted by Ulf Dittmer:
If you want "s" to be immutable, declare it "final" (which you can't do in this case because s is a local variable, but which would be possible if s was an instance variable).
Originally posted by Paul Clapham:
But debugging is used to find out why a program is not doing what you think it should be doing.
Originally posted by Rob Prime:
If you need decimal calculations this precise