<?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 &#8211; Queue Example</title>
	<atom:link href="http://www.easywayserver.com/blog/java-queue-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.easywayserver.com/blog/java-queue-example/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 15 Jan 2012 15:24:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Noura</title>
		<link>http://www.easywayserver.com/blog/java-queue-example/comment-page-1/#comment-40036</link>
		<dc:creator>Noura</dc:creator>
		<pubDate>Thu, 13 Oct 2011 20:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/java-queue-example/#comment-40036</guid>
		<description>why it should be implemented by LinkedList</description>
		<content:encoded><![CDATA[<p>why it should be implemented by LinkedList</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shei</title>
		<link>http://www.easywayserver.com/blog/java-queue-example/comment-page-1/#comment-39831</link>
		<dc:creator>shei</dc:creator>
		<pubDate>Tue, 11 Oct 2011 16:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/java-queue-example/#comment-39831</guid>
		<description>is it possible to display all the inputed items on the queue list? example, I inputted numbers 1 2 3 and 6 and placed it on queue - ithen i  will print THE NUMBERS ON QUEUE are 1 2 3 6? is this possible? If yes.. HOW? please need some help.. &gt;&lt;</description>
		<content:encoded><![CDATA[<p>is it possible to display all the inputed items on the queue list? example, I inputted numbers 1 2 3 and 6 and placed it on queue &#8211; ithen i  will print THE NUMBERS ON QUEUE are 1 2 3 6? is this possible? If yes.. HOW? please need some help.. &gt;&lt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abu Dhachi</title>
		<link>http://www.easywayserver.com/blog/java-queue-example/comment-page-1/#comment-26303</link>
		<dc:creator>Abu Dhachi</dc:creator>
		<pubDate>Fri, 02 Sep 2011 02:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/java-queue-example/#comment-26303</guid>
		<description>C:\QueueExample.java:9: &#039;(&#039; or &#039;[&#039; expected
        Queue qe=new LinkedList();
                                       ^
1 error

Process completed.

This is my output....
What did I do wrong?</description>
		<content:encoded><![CDATA[<p>C:\QueueExample.java:9: &#8216;(&#8217; or &#8216;[&#8217; expected<br />
        Queue qe=new LinkedList();<br />
                                       ^<br />
1 error</p>
<p>Process completed.</p>
<p>This is my output&#8230;.<br />
What did I do wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malith</title>
		<link>http://www.easywayserver.com/blog/java-queue-example/comment-page-1/#comment-18241</link>
		<dc:creator>Malith</dc:creator>
		<pubDate>Wed, 16 Feb 2011 06:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/java-queue-example/#comment-18241</guid>
		<description>just use the this to add user input to the queue..
in this case its.

qe.add(the variable of users input);

for example..
qe.add(name);
where the name stores the value entered by the user..</description>
		<content:encoded><![CDATA[<p>just use the this to add user input to the queue..<br />
in this case its.</p>
<p>qe.add(the variable of users input);</p>
<p>for example..<br />
qe.add(name);<br />
where the name stores the value entered by the user..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jhonn Allan</title>
		<link>http://www.easywayserver.com/blog/java-queue-example/comment-page-1/#comment-17582</link>
		<dc:creator>Jhonn Allan</dc:creator>
		<pubDate>Sat, 29 Jan 2011 01:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/java-queue-example/#comment-17582</guid>
		<description>guysss can you help me . the user will input the item .can you help me to how to do that .. ? plssssssss ??reply with this ss</description>
		<content:encoded><![CDATA[<p>guysss can you help me . the user will input the item .can you help me to how to do that .. ? plssssssss ??reply with this ss</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karina</title>
		<link>http://www.easywayserver.com/blog/java-queue-example/comment-page-1/#comment-17500</link>
		<dc:creator>Karina</dc:creator>
		<pubDate>Thu, 27 Jan 2011 03:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/java-queue-example/#comment-17500</guid>
		<description>thx a lot! this is so helpfull</description>
		<content:encoded><![CDATA[<p>thx a lot! this is so helpfull</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Bosco Antony</title>
		<link>http://www.easywayserver.com/blog/java-queue-example/comment-page-1/#comment-10062</link>
		<dc:creator>Don Bosco Antony</dc:creator>
		<pubDate>Fri, 09 Jul 2010 06:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/java-queue-example/#comment-10062</guid>
		<description>peek() 
          Retrieves, but does not remove, the head (first element) of this list

poll() 
          Retrieves and removes the head (first element) of this list.</description>
		<content:encoded><![CDATA[<p>peek()<br />
          Retrieves, but does not remove, the head (first element) of this list</p>
<p>poll()<br />
          Retrieves and removes the head (first element) of this list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gr</title>
		<link>http://www.easywayserver.com/blog/java-queue-example/comment-page-1/#comment-9004</link>
		<dc:creator>gr</dc:creator>
		<pubDate>Mon, 17 May 2010 21:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/java-queue-example/#comment-9004</guid>
		<description>I got it now, the implementation is in the imported package: import java.util.Queue;</description>
		<content:encoded><![CDATA[<p>I got it now, the implementation is in the imported package: import java.util.Queue;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gr</title>
		<link>http://www.easywayserver.com/blog/java-queue-example/comment-page-1/#comment-9003</link>
		<dc:creator>gr</dc:creator>
		<pubDate>Mon, 17 May 2010 21:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/java-queue-example/#comment-9003</guid>
		<description>where is the implementation of the poll() and peek() methods?</description>
		<content:encoded><![CDATA[<p>where is the implementation of the poll() and peek() methods?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

