<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JAVA &#8211; Care4you</title>
	<atom:link href="https://care4you.in/category/computer-engineering/java/feed/" rel="self" type="application/rss+xml" />
	<link>https://care4you.in</link>
	<description>Jobs, Engineering, Notes, Quiz, Competetions</description>
	<lastBuildDate>Mon, 10 May 2021 06:25:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.7.12</generator>

<image>
	<url>https://care4you.in/wp-content/uploads/2020/06/cropped-care4youfav-32x32.png</url>
	<title>JAVA &#8211; Care4you</title>
	<link>https://care4you.in</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Simple Project use of classes, copy constructor and aggregation</title>
		<link>https://care4you.in/simple-project-use-of-classes-copy-constructor-and-aggregation/</link>
					<comments>https://care4you.in/simple-project-use-of-classes-copy-constructor-and-aggregation/#respond</comments>
		
		<dc:creator><![CDATA[Ravinder Nath Rajotiya]]></dc:creator>
		<pubDate>Tue, 20 Apr 2021 12:23:29 +0000</pubDate>
				<category><![CDATA[JAVA]]></category>
		<category><![CDATA[aggregation]]></category>
		<category><![CDATA[comparing two objects]]></category>
		<category><![CDATA[copy constructor]]></category>
		<guid isPermaLink="false">https://care4you.in/?p=2402</guid>

					<description><![CDATA[<p>A simple project Following Classes: 1. Student Class 2. Subject Class 3. ExamPaper Class Aggregation example: when you have field in one class that are also the object in another class, there comes a concept what is called aggregation. We can access those object members from this class object using aggregation concept. See code in...</p>
<p>The post <a rel="nofollow" href="https://care4you.in/simple-project-use-of-classes-copy-constructor-and-aggregation/">Simple Project use of classes, copy constructor and aggregation</a> appeared first on <a rel="nofollow" href="https://care4you.in">Care4you</a>.</p>
]]></description>
		
					<wfw:commentRss>https://care4you.in/simple-project-use-of-classes-copy-constructor-and-aggregation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Copy Constructor in JAVA</title>
		<link>https://care4you.in/copy-constructor-in-java/</link>
					<comments>https://care4you.in/copy-constructor-in-java/#respond</comments>
		
		<dc:creator><![CDATA[Ravinder Nath Rajotiya]]></dc:creator>
		<pubDate>Mon, 19 Apr 2021 03:48:02 +0000</pubDate>
				<category><![CDATA[JAVA]]></category>
		<category><![CDATA[copy constructor in JAVA]]></category>
		<guid isPermaLink="false">https://care4you.in/?p=2381</guid>

					<description><![CDATA[<p>Copy Constructor in JAVA A copy constructor i a constructor that creates a copy of an existing object of the same class. It creates an object using another object of the same Java class. That&#8217;s helpful when we want to copy a complex object that has several fields, or when we want to make a...</p>
<p>The post <a rel="nofollow" href="https://care4you.in/copy-constructor-in-java/">Copy Constructor in JAVA</a> appeared first on <a rel="nofollow" href="https://care4you.in">Care4you</a>.</p>
]]></description>
		
					<wfw:commentRss>https://care4you.in/copy-constructor-in-java/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Classes and Objects in JAVA</title>
		<link>https://care4you.in/classes-and-objects-in-java/</link>
					<comments>https://care4you.in/classes-and-objects-in-java/#respond</comments>
		
		<dc:creator><![CDATA[Ravinder Nath Rajotiya]]></dc:creator>
		<pubDate>Sun, 18 Apr 2021 16:26:34 +0000</pubDate>
				<category><![CDATA[JAVA]]></category>
		<category><![CDATA[Class in JAVA]]></category>
		<category><![CDATA[constructor in JAVA]]></category>
		<category><![CDATA[constructor overloading in JAVA]]></category>
		<category><![CDATA[getter methods]]></category>
		<category><![CDATA[method overloading]]></category>
		<category><![CDATA[objects in JAVA]]></category>
		<category><![CDATA[setter methods]]></category>
		<guid isPermaLink="false">https://care4you.in/?p=2376</guid>

					<description><![CDATA[<p>Classes and Objects in JAVA Everything that we see around us are objects for example people, metals, car, tree, bike, animals and so on. Every object belong to certain class. So, we have to understand their classification to differentiate among them. Class is way of describing some properities, functionality or behaviour of an objects. It...</p>
<p>The post <a rel="nofollow" href="https://care4you.in/classes-and-objects-in-java/">Classes and Objects in JAVA</a> appeared first on <a rel="nofollow" href="https://care4you.in">Care4you</a>.</p>
]]></description>
		
					<wfw:commentRss>https://care4you.in/classes-and-objects-in-java/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>String Arrays in JAVA</title>
		<link>https://care4you.in/string-arrays-in-java/</link>
					<comments>https://care4you.in/string-arrays-in-java/#respond</comments>
		
		<dc:creator><![CDATA[Ravinder Nath Rajotiya]]></dc:creator>
		<pubDate>Sun, 18 Apr 2021 07:39:05 +0000</pubDate>
				<category><![CDATA[JAVA]]></category>
		<category><![CDATA[charAt()]]></category>
		<category><![CDATA[names[i]!=null]]></category>
		<guid isPermaLink="false">https://care4you.in/?p=2370</guid>

					<description><![CDATA[<p>String arrays Steps: Step-1: Declare String object and call the methode getNames() Step-2: Use for loop to print Step-3: Inside for loop, check if the string is null Step-4: If string not null, then pring names usring Sysem.out.println(names[i])          Here after main() will be the method definition for getNames() Example-1: package com.example;...</p>
<p>The post <a rel="nofollow" href="https://care4you.in/string-arrays-in-java/">String Arrays in JAVA</a> appeared first on <a rel="nofollow" href="https://care4you.in">Care4you</a>.</p>
]]></description>
		
					<wfw:commentRss>https://care4you.in/string-arrays-in-java/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ArrayList Class in JAVA</title>
		<link>https://care4you.in/arraylist-class-in-java/</link>
					<comments>https://care4you.in/arraylist-class-in-java/#respond</comments>
		
		<dc:creator><![CDATA[Ravinder Nath Rajotiya]]></dc:creator>
		<pubDate>Sun, 18 Apr 2021 07:21:43 +0000</pubDate>
				<category><![CDATA[JAVA]]></category>
		<category><![CDATA[ArraList]]></category>
		<category><![CDATA[get()]]></category>
		<category><![CDATA[List.add()]]></category>
		<category><![CDATA[List.remove()]]></category>
		<category><![CDATA[List.set()]]></category>
		<category><![CDATA[size()]]></category>
		<guid isPermaLink="false">https://care4you.in/?p=2368</guid>

					<description><![CDATA[<p>ArrayList class in JAVA We have already seen that arrays are of a fixed length and after they are created, they cannot grow or shrink. This meant the the programmer must know in advance about the size requirement of an array. ArrayList like arrays also allow object storage, but unlike array, the arrayList are created...</p>
<p>The post <a rel="nofollow" href="https://care4you.in/arraylist-class-in-java/">ArrayList Class in JAVA</a> appeared first on <a rel="nofollow" href="https://care4you.in">Care4you</a>.</p>
]]></description>
		
					<wfw:commentRss>https://care4you.in/arraylist-class-in-java/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
