<?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: Manikandan M</title>
    <description>The latest articles on DEV Community by Manikandan M (@manikandan_m_16).</description>
    <link>https://dev.to/manikandan_m_16</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%2F3472330%2F1fb85e8f-d714-42f9-8417-4f632de53241.png</url>
      <title>DEV Community: Manikandan M</title>
      <link>https://dev.to/manikandan_m_16</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/manikandan_m_16"/>
    <language>en</language>
    <item>
      <title>java introduction</title>
      <dc:creator>Manikandan M</dc:creator>
      <pubDate>Fri, 10 Oct 2025 09:20:33 +0000</pubDate>
      <link>https://dev.to/manikandan_m_16/java-introduction-1531</link>
      <guid>https://dev.to/manikandan_m_16/java-introduction-1531</guid>
      <description>&lt;p&gt;&lt;strong&gt;what is java?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;java is a popular programming language&lt;/li&gt;
&lt;li&gt;Java is used to develop mobile apps, web apps, desktop apps, games and much more.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Why Learn Java?&lt;/strong&gt;&lt;br&gt;
Used to build Android apps, desktop and web apps, enterprise backend systems, and cloud-based software.&lt;br&gt;
Supports object-oriented programming for clean and reusable code.&lt;br&gt;
it runs on all platforms windows,mac,and linux using the JVM.&lt;br&gt;
Top companies like Amazon, Netflix, and LinkedIn use Java.&lt;/p&gt;

&lt;p&gt;Here is a simple Java program that prints "Hello World".&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;public class geek{
    public static void main(string args[])
    {
       system.out.print("hello world");
     }
}  
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



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