<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MindsMapped | KFisher | Activity</title>
	<link>https://www.mindsmapped.com/members/kfisher/activity/</link>
	<atom:link href="https://www.mindsmapped.com/members/kfisher/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for KFisher.</description>
	<lastBuildDate>Thu, 09 Apr 2026 11:43:42 -0400</lastBuildDate>
	<generator>https://buddypress.org/?v=11.3.1</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">8c7468e19807086f0ce459f38c9dbdef</guid>
				<title>KFisher replied to the topic Java String in the forum Java J2EE Programming</title>
				<link>https://www.mindsmapped.com/topic/java-string/#post-13781</link>
				<pubDate>Wed, 22 Aug 2018 18:04:22 -0400</pubDate>

									<content:encoded><![CDATA[<p>You can create String in Java using two methods.<br />
1. Using String literal<br />
Example:<br />
String str1=&#8221;Welcome&#8221;;<br />
String str2=&#8221;Java&#8221;;</p>
<p>2. Using “new” keyword<br />
Example:<br />
String str1=new String(&#8220;Welcome&#8221;);<br />
String str2=new String(&#8220;Java&#8221;);</p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>