<?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: Omar</title>
    <description>The latest articles on DEV Community by Omar (@omar99).</description>
    <link>https://dev.to/omar99</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%2F1151012%2Ff96e04ae-3576-452c-8c8c-ca664e1cf7bf.jpg</url>
      <title>DEV Community: Omar</title>
      <link>https://dev.to/omar99</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/omar99"/>
    <language>en</language>
    <item>
      <title>Tech notes 02 - Most Important Command Line Notes</title>
      <dc:creator>Omar</dc:creator>
      <pubDate>Sun, 30 Jun 2024 13:10:20 +0000</pubDate>
      <link>https://dev.to/omar99/most-important-command-line-notes-345g</link>
      <guid>https://dev.to/omar99/most-important-command-line-notes-345g</guid>
      <description>&lt;p&gt;&lt;strong&gt;I finished the Command Line course from Elzero Web School on YouTube and the link to the notes document.&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://docs.google.com/document/d/1V-uM4pyXYzr3J2jLjtPLjoE-Hckh57c7o67Ql6vbo5M/edit?usp=sharing"&gt;cmd course - elzero - notes commands&lt;/a&gt;&lt;br&gt;
&lt;strong&gt;Note: The course is in Arabic but the notes are in English.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>cmd</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Java Developers Squad on Daily Dev! Join us!</title>
      <dc:creator>Omar</dc:creator>
      <pubDate>Fri, 10 May 2024 23:12:47 +0000</pubDate>
      <link>https://dev.to/omar99/java-developers-squad-on-daily-dev-join-us-2io4</link>
      <guid>https://dev.to/omar99/java-developers-squad-on-daily-dev-join-us-2io4</guid>
      <description>&lt;p&gt;&lt;strong&gt;To Java Developers! I made a Squad on Daily Dev, please join us there by the link below:&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://dly.to/rEsT428yZkC"&gt;Java Developers&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Tech notes 01 - Two Constructors in Java</title>
      <dc:creator>Omar</dc:creator>
      <pubDate>Tue, 07 May 2024 10:52:41 +0000</pubDate>
      <link>https://dev.to/omar99/tech-notes-01-default-constructor-and-user-defined-constructor-in-java-2op3</link>
      <guid>https://dev.to/omar99/tech-notes-01-default-constructor-and-user-defined-constructor-in-java-2op3</guid>
      <description>&lt;p&gt;&lt;strong&gt;I'm studying OOP using the &lt;em&gt;Java How to Program Book&lt;/em&gt;. In exercise 4.19 - &lt;em&gt;(Sales Commission Calculator)&lt;/em&gt; when I try to solve it. If we have two &lt;code&gt;constructors&lt;/code&gt;when you call &lt;code&gt;one&lt;/code&gt;of them, &lt;code&gt;JVM&lt;/code&gt;will ignore the other &lt;code&gt;one&lt;/code&gt;.&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Check the pictures to know more.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. case 1:&lt;/strong&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;In the &lt;code&gt;default constructor&lt;/code&gt; I just initialized&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;this.rate = 0.09;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;variable, but I didn't use this &lt;code&gt;constructor&lt;/code&gt;by the way!&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2.case 2:&lt;/strong&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;strong&gt;I did initialize&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;this.rate = 0.09;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;with a non-zero value, if I didn't give it a value, the compiler will equal it to zero **&lt;br&gt;
**Note: this is an opinion, I'm a student, if you have another answer for this case, please tell me! Thanks!&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>java</category>
      <category>oop</category>
      <category>constructor</category>
      <category>learnwithme</category>
    </item>
  </channel>
</rss>
