REFERJAVA.COM
JAVA BLOG
Tuesday, February 27, 2007
How does Java handle integer overflows and underflows?
It uses those low order bytes of the result that can fit into the size of the type allowed by the operation.
SOURCE :
www.referjava.com
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Blog Archive
▼
2007
(670)
►
April
(27)
►
Apr 17
(27)
►
March
(31)
►
Mar 16
(7)
►
Mar 15
(1)
►
Mar 10
(7)
►
Mar 05
(8)
►
Mar 01
(8)
▼
February
(385)
▼
Feb 27
(9)
Can a for statement loop indefinitely?
Does garbage collection guarantee that a program w...
What is the difference between the >> and >>> oper...
How does Java handle integer overflows and underfl...
How are Observer and Observable used?
What is user defined exception ?
You can create a String object as String str = "ab...
What is passed by ref and what by value ?
What is constructor chaining and how is it achieve...
►
Feb 26
(12)
►
Feb 25
(12)
►
Feb 22
(15)
►
Feb 21
(15)
►
Feb 18
(1)
►
Feb 17
(11)
►
Feb 15
(10)
►
Feb 13
(18)
►
Feb 11
(19)
►
Feb 10
(27)
►
Feb 09
(50)
►
Feb 07
(32)
►
Feb 06
(31)
►
Feb 05
(18)
►
Feb 04
(32)
►
Feb 03
(26)
►
Feb 02
(35)
►
Feb 01
(12)
►
January
(227)
►
Jan 31
(23)
►
Jan 30
(21)
►
Jan 29
(21)
►
Jan 28
(27)
►
Jan 27
(23)
►
Jan 26
(21)
►
Jan 25
(23)
►
Jan 24
(36)
►
Jan 23
(32)
No comments:
Post a Comment