Java. First, we will see what is Java. I will show you Java language syntax. Then we will use this syntax
and create a simple set program and share with you. We will also see the purpose of developing Java
language. When was the first version released? So first, I'll first tell you what is Java's definition. Java is a
class based high level, high level, object oriented programming language. Programming language
developed by James Gosling. This is our developer's name, James Gosling, and his friends in the year
1991. So you understand what I mean? First, Java is a class based, high level, object oriented
programming language. This means that if you're making a simple program in Java, you cannot make it
without a class. Java is based on a class and it's a fully object oriented programming language. James
Gouzling and his friends developed it in 1991. When our Java language creator, James Gouzling, was
making this language, then his friends also helped him. That's why we have mentioned his friends here.
What are the names of these friends? What is the history of Java language?
I will explain it in I will discuss with you in the video. Here you have to answer indent
language. The first version of these in a separate video. Here, you have to remember two
or three points. If someone asks you, why was Java language developed while being a C,
C programming language? What was the purpose of developing Java language? You
have to answer that question is that, Java language was developed for a single purpose,
Write Once Run Anywhere. Means you can run its program once, wherever, wherever,
wherever you want to run it. Second purpose was Java is a platform independent
language, means you can run its program in any platform, any operating system. This
was the purpose of developing Java language. When was Java language version was
released? When was that version name was released on the year 23rd January 1996 by
Sun Microsystem. Sun Microsystem. Java's first version was JDK 1.0and it was released
on 23rd January 1996 by Sun Microsystem. So Java's first version was JDK 1.0. was
released 23rd January 1996 through Sun Microsystem. This was our Java history. Now,
we will write Java syntax and tell you how to write its syntax. Here, we will tell you the
syntax of Java language syntax.
It's a very simple syntax. First, you need to write a class. After that, you need to give a
class name. You can give a class's name here. You can give class name here. I have
given you definition first line, Java class based languages, you need to create a class for
the simplest simple program. Without class, you cannot code without a class. This class
will have a body. Open curly braces, close curly braces. This body will have a main
function, so we have to public first, then static, and function return type void, function's
name main. And here, we have to pass a string type argument. We have to pass a string
type argument. You can use the name of this variable's name, the ARGS I gave, you can