<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Princy Jayakodi</title>
    <description>The latest articles on DEV Community by Princy Jayakodi (@godschild_11).</description>
    <link>https://dev.to/godschild_11</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3487408%2F46b8248b-3e41-473f-ba45-a1a19606fcdb.jpg</url>
      <title>DEV Community: Princy Jayakodi</title>
      <link>https://dev.to/godschild_11</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/godschild_11"/>
    <language>en</language>
    <item>
      <title>Java training session : attempt 3rd!!</title>
      <dc:creator>Princy Jayakodi</dc:creator>
      <pubDate>Mon, 08 Sep 2025 16:38:48 +0000</pubDate>
      <link>https://dev.to/godschild_11/java-training-session-attempt-3rd-33dl</link>
      <guid>https://dev.to/godschild_11/java-training-session-attempt-3rd-33dl</guid>
      <description>&lt;p&gt;Java Class Vlog – Session 3&lt;/p&gt;

&lt;p&gt;Hey everyone! 👋 Welcome to my Java learning journey. Today was our third session of Java class, and trust me, it’s getting really exciting!  Let me take you through what we learned today!!&lt;/p&gt;




&lt;p&gt;Starting the Class&lt;/p&gt;

&lt;p&gt;Our trainer kicked things off by asking us what we remembered from the last two sessions. A quick recap of Java basics and then we jumped straight into today’s topics: Classes, Keywords, Variables, and Methods.&lt;/p&gt;




&lt;p&gt;Topic 1: What is a Class?&lt;/p&gt;

&lt;p&gt;The teacher explained that a class is like a blueprint. It’s not the actual object but a plan for making one. Example? Think of a mobile phone model – the design is the class, but the actual phone in your hand is the object.&lt;/p&gt;

&lt;p&gt;We also saw the syntax:&lt;/p&gt;

&lt;p&gt;public class Classname {&lt;br&gt;
    // variables&lt;br&gt;
    // methods&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;I found it super cool that once you define a class, you can create as many objects as you want from it.&lt;/p&gt;




&lt;p&gt;📌 Topic 2: Keywords&lt;/p&gt;

&lt;p&gt;Then we talked about keywords. These are reserved words in Java that you cannot use as names. For example: class, public, static, void, etc.&lt;/p&gt;

&lt;p&gt;Our teacher joked, “If Java was a city, keywords are the traffic rules you can’t break.” &lt;/p&gt;




&lt;p&gt;📌 Topic 3: Variables and Their Types&lt;/p&gt;

&lt;p&gt;Next up: Variables! These are like containers that hold values. We wrote a few examples like:&lt;/p&gt;

&lt;p&gt;int age = 20;&lt;br&gt;
String name = "John";&lt;/p&gt;

&lt;p&gt;We also learned about the three types of variables:&lt;/p&gt;

&lt;p&gt;Local Variable → Lives inside a method.&lt;/p&gt;

&lt;p&gt;Instance Variable → Belongs to each object.&lt;/p&gt;

&lt;p&gt;This part made me realize how powerful Java is in handling data.&lt;/p&gt;




&lt;p&gt;📌 Topic 4: Methods&lt;/p&gt;

&lt;p&gt;Finally, we learned about methods – blocks of code that perform actions. There are four types:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Without return type&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;With return type&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Without argument &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;With arguments&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;We even practiced writing a few of them. It felt like I was giving instructions to the computer and it actually followed them – so satisfying! &lt;/p&gt;




&lt;p&gt;🎯 End of the Session&lt;/p&gt;

&lt;p&gt;The class wrapped up with a quick summary. I left the session feeling more confident – Java is starting to make sense now!!&lt;/p&gt;

</description>
      <category>java</category>
      <category>programming</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
