<?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 for onlinetutorialspoint	</title>
	<atom:link href="https://onlinetutorialspoint.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://onlinetutorialspoint.com/</link>
	<description>OnlineTutorialsPoint</description>
	<lastBuildDate>Sat, 19 Jul 2025 17:15:40 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		Comment on Hibernate Tutorials by venkat		</title>
		<link>https://onlinetutorialspoint.com/hibernate-tutorials/#comment-126028</link>

		<dc:creator><![CDATA[venkat]]></dc:creator>
		<pubDate>Wed, 19 Mar 2025 16:33:36 +0000</pubDate>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?page_id=332#comment-126028</guid>

					<description><![CDATA[why site not working]]></description>
			<content:encoded><![CDATA[<p>why site not working</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to install RabbitMQ on Windows 10 by Strony Www		</title>
		<link>https://onlinetutorialspoint.com/windows/how-to-install-rabbitmq-on-windows-10/#comment-125376</link>

		<dc:creator><![CDATA[Strony Www]]></dc:creator>
		<pubDate>Wed, 01 Nov 2023 04:53:19 +0000</pubDate>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=7969#comment-125376</guid>

					<description><![CDATA[Thank you for this informative post! It has shed light on a topic I was struggling to understand. Your writing style is engaging and the information is presented clearly. Great job!]]></description>
			<content:encoded><![CDATA[<p>Thank you for this informative post! It has shed light on a topic I was struggling to understand. Your writing style is engaging and the information is presented clearly. Great job!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Date yyyymmdd format in Shell Script by Alfred		</title>
		<link>https://onlinetutorialspoint.com/linux/date-yyyymmdd-format-in-shell-script/#comment-125291</link>

		<dc:creator><![CDATA[Alfred]]></dc:creator>
		<pubDate>Thu, 15 Dec 2022 14:30:15 +0000</pubDate>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=8231#comment-125291</guid>

					<description><![CDATA[In step 3. the quote (&#039;) should be a backtick (`). Apart from that it works like a charm. Thanks!]]></description>
			<content:encoded><![CDATA[<p>In step 3. the quote (&#8216;) should be a backtick (`). Apart from that it works like a charm. Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on How to connect MySQL Database in Eclipse by neeraj		</title>
		<link>https://onlinetutorialspoint.com/mysql/how-to-connect-mysql-database-in-eclipse/#comment-125227</link>

		<dc:creator><![CDATA[neeraj]]></dc:creator>
		<pubDate>Fri, 18 Nov 2022 10:46:44 +0000</pubDate>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=7821#comment-125227</guid>

					<description><![CDATA[Getting error (An error has occurred. See error log for more details.
com/ibm/icu/util/StringTokenizer) while selecting  the driver . Any ideas?]]></description>
			<content:encoded><![CDATA[<p>Getting error (An error has occurred. See error log for more details.<br />
com/ibm/icu/util/StringTokenizer) while selecting  the driver . Any ideas?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Oops Concepts In Java by namaste jeevanam		</title>
		<link>https://onlinetutorialspoint.com/java/oops-concepts-in-java/#comment-125179</link>

		<dc:creator><![CDATA[namaste jeevanam]]></dc:creator>
		<pubDate>Fri, 04 Nov 2022 10:16:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=613#comment-125179</guid>

					<description><![CDATA[Thank you for the informations.]]></description>
			<content:encoded><![CDATA[<p>Thank you for the informations.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Spring Boot SOAP Consumer Example by Shivaraju S		</title>
		<link>https://onlinetutorialspoint.com/spring-boot/spring-boot-soap-consumer-example/#comment-125148</link>

		<dc:creator><![CDATA[Shivaraju S]]></dc:creator>
		<pubDate>Thu, 27 Oct 2022 06:08:59 +0000</pubDate>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=8127#comment-125148</guid>

					<description><![CDATA[public ItemResponse getItemInfo(ItemRequest itemRequest){
        webServiceTemplate = new WebServiceTemplate(jaxb2Marshaller);
        return (ItemResponse) webServiceTemplate.marshalSendAndReceive(&quot;http://localhost:8080/ws&quot;,itemRequest);
    }

how did you take( getItemInfo(ItemRequest itemRequest) getIemInfo . I didn&#039;t get where it is.]]></description>
			<content:encoded><![CDATA[<p>public ItemResponse getItemInfo(ItemRequest itemRequest){<br />
        webServiceTemplate = new WebServiceTemplate(jaxb2Marshaller);<br />
        return (ItemResponse) webServiceTemplate.marshalSendAndReceive(&#8220;http://localhost:8080/ws&#8221;,itemRequest);<br />
    }</p>
<p>how did you take( getItemInfo(ItemRequest itemRequest) getIemInfo . I didn&#8217;t get where it is.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Advantages of Exception Handling by Rafiya		</title>
		<link>https://onlinetutorialspoint.com/java/advantages-of-exception-handling/#comment-125141</link>

		<dc:creator><![CDATA[Rafiya]]></dc:creator>
		<pubDate>Mon, 24 Oct 2022 17:32:49 +0000</pubDate>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=840#comment-125141</guid>

					<description><![CDATA[It&#039;s helps me a lot...✨thank you..]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s helps me a lot&#8230;✨thank you..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Advantages of Exception Handling by Rafiya		</title>
		<link>https://onlinetutorialspoint.com/java/advantages-of-exception-handling/#comment-125140</link>

		<dc:creator><![CDATA[Rafiya]]></dc:creator>
		<pubDate>Mon, 24 Oct 2022 17:32:08 +0000</pubDate>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=840#comment-125140</guid>

					<description><![CDATA[It&#039;s helps me a lot...✨]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s helps me a lot&#8230;✨</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Install Mysql on Windows 10 Step by Step by Rizwan		</title>
		<link>https://onlinetutorialspoint.com/mysql/install-mysql-on-windows-10-step-by-step/#comment-125045</link>

		<dc:creator><![CDATA[Rizwan]]></dc:creator>
		<pubDate>Wed, 28 Sep 2022 06:38:19 +0000</pubDate>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=6724#comment-125045</guid>

					<description><![CDATA[Thanks for sharing its really helpfull.]]></description>
			<content:encoded><![CDATA[<p>Thanks for sharing its really helpfull.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Comment on Python &#8211; How to read config.ini files by 2116verta		</title>
		<link>https://onlinetutorialspoint.com/python/python-how-to-read-config-ini-files/#comment-124998</link>

		<dc:creator><![CDATA[2116verta]]></dc:creator>
		<pubDate>Tue, 06 Sep 2022 19:09:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.onlinetutorialspoint.com/?p=11318#comment-124998</guid>

					<description><![CDATA[print(&quot;Nice working. Thank you !&quot;)]]></description>
			<content:encoded><![CDATA[<p>print(&#8220;Nice working. Thank you !&#8221;)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
