<?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: Harshith VA</title>
    <description>The latest articles on DEV Community by Harshith VA (@harshithva).</description>
    <link>https://dev.to/harshithva</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%2F461964%2Fddc8d18a-377d-4f1a-9a07-3b7730164bb8.jpg</url>
      <title>DEV Community: Harshith VA</title>
      <link>https://dev.to/harshithva</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/harshithva"/>
    <language>en</language>
    <item>
      <title>The Complete Java Tutorial - Installing Java</title>
      <dc:creator>Harshith VA</dc:creator>
      <pubDate>Fri, 16 Jul 2021 15:12:01 +0000</pubDate>
      <link>https://dev.to/harshithva/the-complete-java-tutorial-from-zero-to-expert-installation-4acg</link>
      <guid>https://dev.to/harshithva/the-complete-java-tutorial-from-zero-to-expert-installation-4acg</guid>
      <description>&lt;h6&gt;
  
  
  Step 0: Un-Install Older Version(s) of JDK/JRE
&lt;/h6&gt;

&lt;h6&gt;
  
  
  Step 1: Download JDK from official &lt;a href="https://www.oracle.com/in/java/technologies/javase-downloads.html"&gt;website&lt;/a&gt;
&lt;/h6&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--qi2NXbWl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/09dsqlrihqq79nhvhqcp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qi2NXbWl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/09dsqlrihqq79nhvhqcp.png" alt="Screenshot 2021-07-16 191051"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--bPKbjUnu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1twl9p4bi0787zvi5jtm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--bPKbjUnu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1twl9p4bi0787zvi5jtm.png" alt="Screenshot 2021-07-16 202339"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h6&gt;
  
  
  Step 2: Download code editor
&lt;/h6&gt;

&lt;p&gt;Popular code editors for java&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Netbeans - &lt;a href="https://netbeans.apache.org/download/index.html"&gt;Download&lt;/a&gt; - &lt;a href="https://youtu.be/vt7_6HwCFOU"&gt;Tutorial&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Eclipse - &lt;a href="https://www.eclipse.org/downloads/"&gt;Download&lt;/a&gt; - &lt;a href="https://youtu.be/N-wXTRpR03U"&gt;Tutorial&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;IntelliJ - &lt;a href="https://www.jetbrains.com/idea/download/#section=windows"&gt;Download&lt;/a&gt; - &lt;a href="https://youtu.be/EMLTOMdIz4w"&gt;Tutorial&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can download code editor as per your wish!&lt;/p&gt;

</description>
      <category>java</category>
    </item>
    <item>
      <title>The Complete Java Tutorial - Introduction</title>
      <dc:creator>Harshith VA</dc:creator>
      <pubDate>Fri, 16 Jul 2021 15:09:48 +0000</pubDate>
      <link>https://dev.to/harshithva/the-complete-java-tutorial-from-zero-to-expert-2i3i</link>
      <guid>https://dev.to/harshithva/the-complete-java-tutorial-from-zero-to-expert-2i3i</guid>
      <description>&lt;p&gt;Hey folks let's learn Java.&lt;/p&gt;

&lt;h1&gt;
  
  
  Introduction &amp;amp; Motivation
&lt;/h1&gt;

&lt;p&gt;Java is a MUST for students and working professionals to become a great Software Engineer specially when they are working in Software Development Domain. &lt;/p&gt;

&lt;p&gt;I will list down some of the key advantages of learning Java Programming:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Object Oriented&lt;/strong&gt;&lt;br&gt;
In Java, everything is an Object.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Platform Independent&lt;/strong&gt;&lt;br&gt;
Java compiled code(byte code) can run on all operating systems.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Simple&lt;/strong&gt;&lt;br&gt;
Java is designed to be easy to learn. If you understand the basic concept of OOP Java, it would be easy to master.        &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Secure&lt;/strong&gt;&lt;br&gt;
With Java's secure feature it enables to develop virus-free, tamper-free systems.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Portable&lt;/strong&gt;&lt;br&gt;
Java programs are portable, which means that the same bytecode program can run on any computer system that has a Java interpreter.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Robust&lt;/strong&gt;&lt;br&gt;
Java is considered as a robust and strong programming language as it features strong memory management and since Java doesn't use any types of pointers.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

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