0:00
With this video we are starting with a new chapter that is getting started with Java
0:05
In this chapter we are going to discuss how to install JDK that is a Java development kit
0:11
how to install this JDK on your system, and then how to install Eclipse IDE
0:17
There is an integrated development environment through which we can write our Java code, we can compile it
0:23
we can debug it, we can trace it, we can run it, so that's why the purpose of ID is there
0:29
it is not only editor you know that in this of id we are having other different features as i have
0:35
mentioned so how to install eclipse id eclipse is one of the very popular id for the java development
0:42
how to install intelligent idea idea so there is another fantastic idea we're having so we are
0:50
using this id for different programming language development intelligent idea and then we're
0:56
having this how to run one hello world program in java we shall all
0:59
also show you in the demonstration that how to write the code how to execute it then different
1:04
data types will be discussing along with the different apps of variables and then we'll be going
1:09
for different operators input and output techniques how we can take inputs from the keyboard
1:14
from the java code and how to produce the output on the screen on the console and then we are
1:19
going to discuss the commenting techniques in java so we are having multiple different
1:24
commenting techniques with the help of which you can put our documentation you can put our
1:28
comments in our Java code and that is a good programmer's practice to put the relevant comments
1:33
and documentation in the code itself so that for the future upgrade for the future
1:39
addition of some new functional features with this application this commenting will help us a lot
1:45
so these are the respective topics which will be covered in this chapter will be going one by one
1:50
and thanks for watching this