<?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: Iyappan G</title>
    <description>The latest articles on DEV Community by Iyappan G (@iyappan_009).</description>
    <link>https://dev.to/iyappan_009</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2949299%2F259d6043-de03-45e3-83e8-f080a79afc82.png</url>
      <title>DEV Community: Iyappan G</title>
      <link>https://dev.to/iyappan_009</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iyappan_009"/>
    <language>en</language>
    <item>
      <title>What is JRE 🤔?</title>
      <dc:creator>Iyappan G</dc:creator>
      <pubDate>Sat, 12 Apr 2025 15:35:42 +0000</pubDate>
      <link>https://dev.to/iyappan_009/what-is-jre--1pkd</link>
      <guid>https://dev.to/iyappan_009/what-is-jre--1pkd</guid>
      <description>&lt;p&gt;&lt;strong&gt;JRE&lt;/strong&gt;-JRE is an java runtime environment,its an part of the JDK provides need to run the java programs.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;like an Key components:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;*JVM-its can run the java  byte code.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Simple terms in JRE:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;*JRE is an computer to need an run the java application,which does not to comile OR Write.&lt;/p&gt;

&lt;p&gt;*java class libraries-its an prebuild classes to use (like that java.lang (or) java.until etc.....).&lt;/p&gt;

&lt;p&gt;*java class Loaders-like that  memory needed into loads java.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;TOOLS&lt;/strong&gt;          -          &lt;strong&gt;PURPOSE&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;JVM                -           Runs the java byte code.&lt;/p&gt;

&lt;p&gt;JRE                -           JVM including with libraries to run the java apps. &lt;/p&gt;

&lt;p&gt;JDK                -           JRE includinng with tools to write OR compile and  debug the java code.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>DAY 2 -JAVA</title>
      <dc:creator>Iyappan G</dc:creator>
      <pubDate>Tue, 25 Mar 2025 16:20:23 +0000</pubDate>
      <link>https://dev.to/iyappan_009/day-2-java-oia</link>
      <guid>https://dev.to/iyappan_009/day-2-java-oia</guid>
      <description>&lt;p&gt;&lt;strong&gt;WHAT IS A  JOR FILE?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A JAR file allows Java runtimes to efficiently deploy an entire application, including its classes and their associated resources, in a single request.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;WHAT IS CLASS?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Class is an group of object,but we called as blueprint or template.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PROGRAM:&lt;/strong&gt;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;   public class Sports
   {
   public static void main(String[] args)
   {
      System.out.println("welcome to sports meet");
    }
    }
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;In above the program today i get the some error:&lt;/p&gt;

&lt;p&gt;statement error-{"welcome to sports meet)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faw0raq1ly4v9ufkpodfy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faw0raq1ly4v9ufkpodfy.png" alt="Image description" width="800" height="426"&gt;&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;symbol error-(string[] args)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5gobufx0s1sy46vx7xsd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5gobufx0s1sy46vx7xsd.png" alt="Image description" width="800" height="426"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;OUTPUT:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;welcome to sports meet&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe8186ml1u8zyxsz720eu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe8186ml1u8zyxsz720eu.png" alt="Image description" width="800" height="426"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;OOPS DIAGRAM:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc6glhgbvpu74h5xrn9ts.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc6glhgbvpu74h5xrn9ts.png" alt="Image description" width="577" height="433"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>java</category>
    </item>
    <item>
      <title>JAVA INTRODUCTION-DAY 1</title>
      <dc:creator>Iyappan G</dc:creator>
      <pubDate>Mon, 24 Mar 2025 16:05:51 +0000</pubDate>
      <link>https://dev.to/iyappan_009/java-introduction-day-1-57b6</link>
      <guid>https://dev.to/iyappan_009/java-introduction-day-1-57b6</guid>
      <description>&lt;p&gt;&lt;strong&gt;HISTORY OF JAVA:&lt;/strong&gt;&lt;br&gt;
           &amp;gt; Began in 1991 at Sun Microsystems, with James Gosling leading a team to create a language for consumer electronics.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;DEFINE JAVA:&lt;/strong&gt;&lt;br&gt;
         &amp;gt; Java is a widely used, high-level, object-oriented programming language and software platform.&lt;br&gt;
         &amp;gt; Java code can run on any platform with a Java Virtual Machine (JVM).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;FEATURES OF JAVA:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj9zoi59gzloux90oi5x4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fj9zoi59gzloux90oi5x4.png" alt="Image description" width="600" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ARCHITECTURE OF JAVA:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp4rhda8qaqgy0fsh2su0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp4rhda8qaqgy0fsh2su0.png" alt="Image description" width="702" height="291"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;TWO PROCESSES IN JAVA:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;COMPILER.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;2.INTERPRETAR.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The Java source code goes to the compiler.&lt;br&gt;
The Java Compiler converts into byte codes.&lt;br&gt;
The bytes codes are then converted into machine by the JVM&lt;br&gt;
The Machine code is executed directly by the machine(Operating System).&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;COMPONENTS OF JAVA ARCHITECTURE:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;JRE — Java Runtime Environment.&lt;br&gt;
   JDK — Java Development Kit.&lt;br&gt;
   JVM — Java Virtual Machine.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>DAY4-GIT BRANCH,STASH.</title>
      <dc:creator>Iyappan G</dc:creator>
      <pubDate>Fri, 21 Mar 2025 13:17:49 +0000</pubDate>
      <link>https://dev.to/iyappan_009/day4-git-branchstash-4ckc</link>
      <guid>https://dev.to/iyappan_009/day4-git-branchstash-4ckc</guid>
      <description>&lt;p&gt;&lt;u&gt;&lt;/u&gt;&lt;strong&gt;GIT BRANCH:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F36ekafocw8gpyis2i7bw.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F36ekafocw8gpyis2i7bw.jpg" alt="Image description" width="800" height="488"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;GIT ADD:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc8rozzr5ifu8ipohcrvc.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc8rozzr5ifu8ipohcrvc.jpg" alt="Image description" width="800" height="663"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;GIT MERGE:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvbg6llpu7pe5ms8kxrtq.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvbg6llpu7pe5ms8kxrtq.jpg" alt="Image description" width="800" height="410"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;GIT REBASE:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fadntz075f5d0xxhtf270.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fadntz075f5d0xxhtf270.jpg" alt="Image description" width="800" height="466"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;GIT CHERRY PIC:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fokzc7kid5eig9ytlf269.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fokzc7kid5eig9ytlf269.jpg" alt="Image description" width="800" height="492"&gt;&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;GIT STASH:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpwu0btpyysz4uongv6lg.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpwu0btpyysz4uongv6lg.jpg" alt="Image description" width="800" height="377"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>git</category>
      <category>softwaredevelopment</category>
      <category>development</category>
      <category>programming</category>
    </item>
    <item>
      <title>GIT LAB DAY2</title>
      <dc:creator>Iyappan G</dc:creator>
      <pubDate>Thu, 20 Mar 2025 03:40:27 +0000</pubDate>
      <link>https://dev.to/iyappan_009/git-lab-day2-lb</link>
      <guid>https://dev.to/iyappan_009/git-lab-day2-lb</guid>
      <description>&lt;p&gt;How to push git step by step?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Git clone from the git repository you need to push to...&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;2.copy the content of the cloned repository into the local directory.&lt;/p&gt;

&lt;p&gt;3.command into your local directory and run git remote -v.&lt;/p&gt;

&lt;p&gt;4.Git add-A to add whatever change you require and commit it.&lt;/p&gt;

&lt;p&gt;5.Finally git push.&lt;/p&gt;

</description>
      <category>git</category>
      <category>programming</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>GIT?</title>
      <dc:creator>Iyappan G</dc:creator>
      <pubDate>Tue, 18 Mar 2025 14:03:32 +0000</pubDate>
      <link>https://dev.to/iyappan_009/git-4046</link>
      <guid>https://dev.to/iyappan_009/git-4046</guid>
      <description>&lt;p&gt;what is git?&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;   1. Git is a powerful version control system.

   2. To track changes in code, collaborate on projects, and manage different versions of software.

   3. It allows for branching, merging, and reverting.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;vcs[version control system]:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; *It is an software configuration management or source code managemnet.

 Types:
     *CVS(centralized version control system).
     *DCVS(decentralized version control system).
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>git</category>
    </item>
  </channel>
</rss>
