My Channel

JAVA INTRO CODING SERIES | JAVA INTRODUCTION | WHAT IS JAVA? | JAVA - SECOND MOST POPULAR PROGRAMING LANGUAGE | VIEW, READ, SHARE, COMMENT, REVIEW

 JAVA - CODING SERIES

HEY GUYS,

Welcome to the Java - Coding Series just like Python Coding Series.

So Today we will be learning about java.

Topics to Learn:

  • Java Intro
  • Why is Java Used?
  • Java's Syntax
  • Java Download

Java Intro

Java, the second most popular programming language was found by James Gosling in the Year 1995 May 23.
Java was initially named as Oak, as Gosling saw a Oak tree near his Office and then named it as Green and later Renamed it to Java as in Java Coffee which is the name till in Use.




Why is java used?

Java has a easy-to-read syntax which helps Coders to read and write java Easily.

  • Java has an Easy-to-Read syntax which enables coders to code fast in Java.
  • Most of Syntax is common English which can be understood easily.
  • A 6 - line Syntax which is easy to Write when compared to other programming languages except Python (1 Line Syntax).
  • It is the most common and Popular language after Python.
  • Java is the 2nd Most popular Programming Language.


Java's Syntax

Java's syntax is very simple and let me just explain it.

First we need to create a Class named 'Whatever name you like'.
Secondly, Import 'import Java.io.*;'  Package
Thirdly Braces should be included
Fourthly Insert 'public static void main(String[] args)'.
Fifthly Braces should be included and,
Finally, Your main Code.

Down below is the Syntax: 

import java.io.*;
class firstprogram
  {
      public static void main(String[] args)
      {
           System.out.println("My First Java Program.How do you Like it?");
        }
  }

A pic of Java Syntax 


The System.out.println(" Your Phrase") can be Learnt in the Next Episode.

Java Downloading

To download Java, Go to Java.com or go to BlueJ IDE or use Online Java compiler Called Programiz website which has a Compiler for Python, C, C++, JavaScript and Java.


Thanks, Michel

So Hope you Guys,
Enjoyed the Episode on Java

Meet you on the Next Episode, Until then Bye!

Please Share this Blog With 20 members you Know.

By the Blog Author.

Post a Comment

1 Comments