<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Java Overflow And Underflow</title>
	<atom:link href="http://javapapers.com/core-java/java-overflow-and-underflow/feed/" rel="self" type="application/rss+xml" />
	<link>http://javapapers.com/core-java/java-overflow-and-underflow/</link>
	<description>Blog on core java, servlets, jsp and design patterns.</description>
	<lastBuildDate>Mon, 04 Jun 2012 02:04:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Mukesh</title>
		<link>http://javapapers.com/core-java/java-overflow-and-underflow/#comment-11266</link>
		<dc:creator>Mukesh</dc:creator>
		<pubDate>Fri, 13 Apr 2012 05:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/?p=205#comment-11266</guid>
		<description>you should mention that in case of byte, there  no any problem will occurs because it produce an exception.
consider the code:
{
byte b=127;
b=b+1;       //It is an exception!!
}</description>
		<content:encoded><![CDATA[<p>you should mention that in case of byte, there  no any problem will occurs because it produce an exception.<br />
consider the code:<br />
{<br />
byte b=127;<br />
b=b+1;       //It is an exception!!<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Java Learner</title>
		<link>http://javapapers.com/core-java/java-overflow-and-underflow/#comment-9860</link>
		<dc:creator>Java Learner</dc:creator>
		<pubDate>Thu, 09 Feb 2012 05:24:27 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/?p=205#comment-9860</guid>
		<description>Didnt exactly get what did u mean by

&#039;constants are checked at compile time for size&#039;

Does this mean
int x = 987654321123456789;
will give error???

how will over-flow come in picture now</description>
		<content:encoded><![CDATA[<p>Didnt exactly get what did u mean by</p>
<p>&#8216;constants are checked at compile time for size&#8217;</p>
<p>Does this mean<br />
int x = 987654321123456789;<br />
will give error???</p>
<p>how will over-flow come in picture now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kunal</title>
		<link>http://javapapers.com/core-java/java-overflow-and-underflow/#comment-9474</link>
		<dc:creator>kunal</dc:creator>
		<pubDate>Sun, 22 Jan 2012 08:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/?p=205#comment-9474</guid>
		<description>good explained</description>
		<content:encoded><![CDATA[<p>good explained</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moses Daniel Kon Sopay</title>
		<link>http://javapapers.com/core-java/java-overflow-and-underflow/#comment-8593</link>
		<dc:creator>Moses Daniel Kon Sopay</dc:creator>
		<pubDate>Sat, 10 Dec 2011 17:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/?p=205#comment-8593</guid>
		<description>i love to be a gunius like you.....
be my friend</description>
		<content:encoded><![CDATA[<p>i love to be a gunius like you&#8230;..<br />
be my friend</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satya</title>
		<link>http://javapapers.com/core-java/java-overflow-and-underflow/#comment-2721</link>
		<dc:creator>satya</dc:creator>
		<pubDate>Wed, 08 Dec 2010 15:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/?p=205#comment-2721</guid>
		<description>u are genious friend,
india.......</description>
		<content:encoded><![CDATA[<p>u are genious friend,<br />
india&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khaled khunaifer</title>
		<link>http://javapapers.com/core-java/java-overflow-and-underflow/#comment-2497</link>
		<dc:creator>khaled khunaifer</dc:creator>
		<pubDate>Wed, 10 Nov 2010 21:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/?p=205#comment-2497</guid>
		<description>this is really helpful,
thanks on the cut-to-the-chase informations.

I&#039;m a Java developer, and I&#039;m working
on a library for Unsigned Numbers,

.. which will be helpful for java
programmers since Java lacks support
for unsigned numbers.

Best Wishes:
khaled abdullah khunaifer
Riyadh, Saudi Arabia
Imam University, Computer Science
3eeqeel@gmail.com</description>
		<content:encoded><![CDATA[<p>this is really helpful,<br />
thanks on the cut-to-the-chase informations.</p>
<p>I&#8217;m a Java developer, and I&#8217;m working<br />
on a library for Unsigned Numbers,</p>
<p>.. which will be helpful for java<br />
programmers since Java lacks support<br />
for unsigned numbers.</p>
<p>Best Wishes:<br />
khaled abdullah khunaifer<br />
Riyadh, Saudi Arabia<br />
Imam University, Computer Science<br />
<a href="mailto:3eeqeel@gmail.com">3eeqeel@gmail.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

