1. Tubelator AI
  2. >
  3. Videos
  4. >
  5. Education
  6. >
  7. Java Cours درس جافا 1 premier programme Bonjour أول برنامج

Java Cours درس جافا 1 premier programme Bonjour أول برنامج

Available In Following Subtitles
English
Variant 1
Posted on:
أول برنامج باستخدام جافا ونيتبينز Premier programme affichant Bonjour YouTube lien d'installation de netbeans https://netbeans.apache.org/download/index.html
tubelator logo

Instantly generate YouTube summary, transcript and subtitles!

chrome-icon Install Tubelator On Chrome

Video Summary & Chapters

No chapters for this video generated yet.

Video Transcript

0:01
In the name of God, the most gracious, the most merciful
0:02
Peace be upon you, and God's blessings
0:04
Today we will start the first video
0:06
Which is Java Programming
0:09
In this video, we will try to
0:13
Show a message
0:14
Saying hello YouTube
0:16
We will start the program
0:17
We will go to the settings
0:19
New project
0:23
Select Java
0:25
Java Application
0:27
Next
0:28
in the name of the program, hello, click project, and B majuscule
0:34
I will try to make the first letter majuscule
0:39
click on the button
0:40
and finish
0:44
you see
0:45
this is my project
0:48
and this is my project
0:50
in the first class
0:53
in the comment section
0:55
you can subscribe
0:57
now i will explain
0:58
what is this
1:01
package bonjour
1:03
a file called bonjour
1:05
you can
1:07
put your class in a file
1:09
bonjour
1:14
The second line is public class Bonjour, meaning the class is hidden in this file
1:23
Public is a modifier, which means that anyone who has the right to enter this class is welcome
1:32
public means that everything has the right to enter this class
1:37
java is a program that has many classes in one project
1:43
public means that all classes that are here have the right to enter this class
1:48
I will go into the details of the modifiers
1:52
but the point is that public means that everything has the right to access this class
1:58
public class
2:00
here is a class
2:02
Bonjour
2:02
is the class name
2:05
we can remove the code
2:07
and we can add
2:08
in the middle of class Bonjour
2:12
we have a method
2:13
this method is main
2:16
now i will explain how to use this method
2:19
but what i want to say
2:20
is that
2:21
Main is the main method of all Java programs
shape-icon

Download extension to view full transcript.

chrome-icon Install Tubelator On Chrome