<?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: Divya Kumari</title>
    <description>The latest articles on DEV Community by Divya Kumari (@divyakumari12).</description>
    <link>https://dev.to/divyakumari12</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%2F602732%2F126fec5e-6965-463e-bfc6-e2f3eca1ab67.png</url>
      <title>DEV Community: Divya Kumari</title>
      <link>https://dev.to/divyakumari12</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/divyakumari12"/>
    <language>en</language>
    <item>
      <title>Getting started with Java ..</title>
      <dc:creator>Divya Kumari</dc:creator>
      <pubDate>Mon, 23 Aug 2021 20:06:12 +0000</pubDate>
      <link>https://dev.to/divyakumari12/getting-started-with-java-2e2n</link>
      <guid>https://dev.to/divyakumari12/getting-started-with-java-2e2n</guid>
      <description>&lt;p&gt;Hello !!&lt;br&gt;
This is my very first blog and in this blog I'm gonna write about my learnings of day 1 and 2 . How I started learning this and still doing that.&lt;/p&gt;

&lt;p&gt;So, I started it from the very basics like how it basically works.&lt;br&gt;
So, the very first step is that Source code is compiled to byte code and then Java Virtual Machine compiles the byte code into machine code.&lt;/p&gt;

&lt;p&gt;Introduction to Java :-&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;It is most popular language as we can use this in app development, web development, client- server applications e.t.c.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;It is an object oriented programming language developed by Sun Microsystems of the USA in 1991.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Originally it was known as Oak by James Goslin who was also one of the Inventors of Java.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Then I saw the basic structure of Java Program.&lt;/p&gt;

&lt;p&gt;Naming conventions (Pascal and camel case), Variables and data types, Literals, Keywords ,then How we can take input from the user and did some basic questions.&lt;/p&gt;

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