#4 How Java Works

Поділитися
Вставка
  • Опубліковано 17 жов 2024
  • Check out our courses:
    Spring Boot and Microservices Live Course : go.telusko.com...
    Coupon: TELUSKO10 (10% Discount)
    Complete Java Developer Course Batch-3: go.telusko.com...
    Coupon: TELUSKO10 (10% Discount)
    Enterprise Java Spring Microservices: go.telusko.com...
    Coupon: TELUSKO10 (10% Discount)
    Master Java Spring Development : go.telusko.com...
    Coupon: TELUSKO20 (20% Discount)
    Udemy Courses:
    Spring: go.telusko.com...
    Java:- go.telusko.com...
    Java Spring:- go.telusko.com...
    Java For Programmers:- go.telusko.com...
    Python : go.telusko.com...
    Git : go.telusko.com...
    Docker : go.telusko.com...
    For More Queries WhatsApp or Call on : +919008963671
    website : courses.telusk...
    n this lecture we will learn:
    Steps to execute the Java code
    What is Byte Code?
    Java is a platform-independent language
    Execution always starts from the main method
    Object-oriented language
    What are JRE and JDK?
    #1
    Steps to run the Java Code:-
    We required JVM to run a java code.
    The job of the JVM is to execute the java code that you have created but it does not accept the code directly.
    JVM does not accept the Java code as it only understands the Byte Code.
    Java compiler also known as javac is used to convert java code into byte code.
    The extension for the byte code is .class
    Thus, the code written by the programmer is first converted into byte code by the compiler and then that byte code goes to the JVM for further execution.
    Programmer- Java Code- Compiler- Byte Code- JVM
    #2
    Java is a platform-independent language:-
    It means you can run Java on any machine irrespective of any hardware or operating system.
    The one thing that the machine requires to run a java code is a JVM.
    :- JVM is platform dependent and it needs to be built for a particular OS.
    #3
    In Java, execution always starts from the main method:-
    JVM starts execution only with one first file. If you need to run multiple files you need to tell it which one is the first file through which JVM can start execution.
    The first file must contain the main method with its proper signature.
    In Java, execution always starts from the main method.
    Signature of main method:
    public static void main(String args[])
    #4
    Java is an object-oriented language:-
    Object-oriented means everything should be an object.
    We always required a class to create an object.
    #5
    JRE:-
    To run the Java application, you need extra libraries and need runtime. Runtime is something where you run things.
    You use extra libraries, and you also need an environment. An additional layer is present above the OS known as JRE.
    JVM is a part of JRE. JRE includes JVM and libraries.
    JVM - Java Virutal Machine
    JRE - Java Runtime Environment
    For development purposes, you need to install JDK (Java Development Kit) which consists of JRE and JVM.
    Java is WORA that is Write Once Run Anywhere provided that JVM and JDK installed.
    Github repo : github.com/nav...
    Java:- bit.ly/JavaUde...
    Spring:- bit.ly/SpringU...
    More Learning :
    Java :- bit.ly/3x6rr0N
    Python :- bit.ly/3GRc7JX
    Django :- bit.ly/3MmoJK6
    JavaScript :- bit.ly/3tiAlHo
    Node JS :- bit.ly/3GT4liq
    Rest Api :-bit.ly/3MjhZwt
    Servlet :- bit.ly/3Q7eA7k
    Spring Framework :- bit.ly/3xi7buh
    Design Patterns in Java :- bit.ly/3MocXiq
    Docker :- bit.ly/3xjWzLA
    Blockchain Tutorial :- bit.ly/3NSbOkc
    Corda Tutorial:- bit.ly/3thbUKa
    Hyperledger Fabric :- bit.ly/38RZCRB
    NoSQL Tutorial :- bit.ly/3aJpRuc
    Mysql Tutorial :- bit.ly/3thpr4L
    Data Structures using Java :- bit.ly/3MuJa7S
    Git Tutorial :- bit.ly/3NXyCPu
    Donation:
    PayPal Id : navinreddy20
    www.telusko.com

КОМЕНТАРІ • 188

  • @aeroabrar_31
    @aeroabrar_31 Рік тому +75

    This is the explanation which every java developer needs, Kudos and Thank you sir.

  • @alessandrocupaiolo6859
    @alessandrocupaiolo6859 8 місяців тому +6

    I work as Java developer since 2 years ago, and no one told me everything i watched in this video. Really thank you :)

  • @satyakanna4220
    @satyakanna4220 Рік тому +20

    This is the Marvelous Explanation sir Please provide Interview Questions Asked For Java Developers.

  • @balive053
    @balive053 Рік тому +9

    Thanks for the great and clear explanation! I didn't know this about Java when I started learning it.

  • @hari-7872
    @hari-7872 4 місяці тому +33

    Superb sir
    Anyone in 2024❤️

  • @havory6621
    @havory6621 Рік тому +12

    If VS Code gives you an error of the type "package system does not exist" make sure to have the "s" in "system" to be capital letter, alongside the first letter of string it also must be a capital letter.

  • @gayathriyendru2147
    @gayathriyendru2147 7 місяців тому +1

    If I ever learned anything in the Java world it is because of you sir!! Thankful forever!!❤

    • @funatsun
      @funatsun 3 місяці тому

      hii bro,i got an error in javac hello.java i checked the code also...and i didnt got hello.class? at 8:42

  • @SalakotPhilippines
    @SalakotPhilippines 9 місяців тому +1

    Thank you Navin Reddy my forever teacher since 2015

  • @AbdoulayeZakaria-u3y
    @AbdoulayeZakaria-u3y Місяць тому

    Wow, that's the type of instructors that all beginner in programming need

  • @traveltribethings1336
    @traveltribethings1336 8 місяців тому

    you explained this so beautifully! The most best part about your videos are unline others, you always try to give in depth knowledge on what happens in the backend which makes it more easier to learn.. I havent done coding in my entire life, but your videos are mind blowing!!! Keep explaining logic and concept wise..Great work!

  • @mukeshmgm7335
    @mukeshmgm7335 Рік тому +3

    Greatest Tutorial Ever In UA-cam.....

  • @shariqsaiyed8001
    @shariqsaiyed8001 11 місяців тому +2

    Literally, The way you explained !! I'm your fan!!

  • @NoahMichaelZ
    @NoahMichaelZ 11 місяців тому +4

    Hello, I'm From france and I'm learning java online and I found your channel when I first search for java videos. I watched all your java videos and thank you so much for these videos, I'm really grateful to you.

    • @JEEVI-y2k
      @JEEVI-y2k 9 місяців тому

      France 🇫🇷????

    • @NoahMichaelZ
      @NoahMichaelZ 9 місяців тому

      @@JEEVI-y2k quoi ? qu'entends-tu par France ?

    • @NoahMichaelZ
      @NoahMichaelZ 9 місяців тому

      @@JEEVI-y2k ah i get what you meant by that. yes I'm from france. you also???

    • @funatsun
      @funatsun 3 місяці тому

      ​@@NoahMichaelZ hii bro,i got an error in javac hello.java i checked the code also...and i didnt got hello.class? at 8:42

  • @pavi.R
    @pavi.R 2 місяці тому +3

    If I type `javac hello.java` and press enter, my class file is not created instantly. However, if I run the program and then type `javac hello.java` again, I can see the class file is created. Why isn't it created instantly as shown in the video?

  • @konradbartczak6083
    @konradbartczak6083 Рік тому +3

    Cool content. I subscribed.
    Up to java 8 we could only install JRE to run purpose.
    But for java 9 everyone has to install the whole JDK.

  • @BuiHoangucAnh-tn5fz
    @BuiHoangucAnh-tn5fz 4 місяці тому

    This is the explanation which every java developer needs, Thank you sir.

  • @ishitadas
    @ishitadas 3 місяці тому +1

    Hi Sir,
    I have a problem.
    My class is not getting created and I am unable to find why it is
    Can you please help me

  • @_I_like_kebeb
    @_I_like_kebeb 8 місяців тому

    you are amazing, I have been learning Java for 1 year but now someone explained it correctly :D

  • @girlwhocodesandlifts
    @girlwhocodesandlifts Рік тому +7

    Hi, is there any way I can see these things(JRE, JVM etc) in action? Any way to know what's happening at JRE/JVM level when I run a java program/application?

    • @PalG75
      @PalG75 4 місяці тому

      Different functions are available inside folders of jdk/conf
      These functions execute all these

  • @Fredy-v3n
    @Fredy-v3n Рік тому +1

    In my research I found: a 'static block' executing before 'main' method, So when we compile the code to byte and run through the JVM, the jvm look for main method or static block first?

  • @sumiluckymikkubasant
    @sumiluckymikkubasant 3 місяці тому +1

    May i know why the class is not getting created

  • @abhinaybandi44
    @abhinaybandi44 3 місяці тому +2

    Umm i got a problem. I could not the extra file after typing javac Hello.java

  • @CoffeeGuy2327
    @CoffeeGuy2327 6 місяців тому +1

    Hi, I was trying to run the code using javac Hello.java but I get this error
    unnamed classes are a preview feature and are disabled by default.
    public static void main (String a[])
    (use --enable-preview to enable unnamed classes)
    Anyone knows how to fix this? Just beginning to learn coding through this channel. Thanks!

    • @CoffeeGuy2327
      @CoffeeGuy2327 6 місяців тому +1

      *UPDATE*
      All goods now. I was able to search it up in google. I just have to enable preview it. Thanks!

    • @NiharikaENneha
      @NiharikaENneha 18 днів тому

      How to fix this?

  • @chiltoncharles
    @chiltoncharles 22 дні тому

    The explanation quality of this video is outstanding, thank you so much my brother, may god bless you

    • @devendraverma1356
      @devendraverma1356 4 дні тому

      hi bro can you please tell me why he not used package in his code and his code still running ?

  • @robertjr8205
    @robertjr8205 2 місяці тому

    This was the greatest explanation ever! Thank you!

  • @brunomiguel6603
    @brunomiguel6603 Рік тому +3

    Hi @Telusko, I hope you are doing well. First of all, thank you for this contents, however I have got confused when explained about the main method… when we use JSE we have a main method but in Jakarta we don’t have the main verb because is web application…

  • @codeblooded03
    @codeblooded03 10 місяців тому +2

    hi sir when i give the run command it says " Error: Main method not found in class hello2, please define the main method as:
    public static void main(String[] args)
    or a JavaFX application class must extend javafx.application.Application " please tell me how to solve it.

    • @devrajdasari5546
      @devrajdasari5546 6 місяців тому

      The error is because you can't run a Java file without main method. Public static void main(String[ ] args) {
      }
      Note : we can compile (javac) the Java code without main method, but we can't run the Java code without main method

  • @art19kp04
    @art19kp04 6 місяців тому +1

    Very sharp explaining salute 🫡 sir

  • @durgaraoponnuru17
    @durgaraoponnuru17 Рік тому +3

    Hi Sir, Thanks for your videos. I have a doubt, how can system have JRE and JVM without installing JDK.
    As per my knowledge, when we download and install JDK, JVM and JRE will be created.

    • @saintjonny
      @saintjonny 6 місяців тому

      correct, i also read this, jvm comes with the jdk not preinstalled with the os

  • @sivaranjanis9019
    @sivaranjanis9019 Місяць тому

    Great Navin. Very Useful . Thank you for such wonderful video

  • @BinduVuppala
    @BinduVuppala 10 місяців тому +2

    After compiling its not giving byte code, please respond

  • @fadisalameh3368
    @fadisalameh3368 4 місяці тому

    super explaining
    I think, you are the best java teacher

  • @nubgaming9776
    @nubgaming9776 5 місяців тому

    public static void main(String[ ] args){ // code ..} or public static void main(String args[ ]){ // code ..} is both correct ?

  • @suhashm5499
    @suhashm5499 11 місяців тому

    Hi Sir, from past month i am asking this doubt,plz do reply.My conecern is that is this course for absolutel beginners!!! I need to start from very scratch because i didn't even know what is public static void main ..so plz do reply for my query

    • @Exploreyourself1234
      @Exploreyourself1234 11 місяців тому

      Yaa bro 😊 even I am the beginner. You can start dude.ALL THE BEST. 😊

  • @jatinasthana5318
    @jatinasthana5318 4 місяці тому

    sir is jvm is pre installed with the os of any computer or when we download java (from oracle ) then jvm comes with it?

    • @sandrawanja1793
      @sandrawanja1793 4 місяці тому

      It doesn't come preinstalled but rather it comes after installing java

  • @actandrepeat
    @actandrepeat Рік тому +14

    In summary:
    The compiler compiles Java source code into byte code and the byte code (machine code) is then read by the JVM, processed and converted into instructions for the respective OS to understand.

    • @bandisanjana634
      @bandisanjana634 Рік тому +1

      Thanks! 😊

    • @IMMWICKED
      @IMMWICKED Рік тому

      Bro needs to pin this comment bc the beginning was a bit hard for me to follow but this comment really helped everything click together. Thank you!

  • @lionarpotter9535
    @lionarpotter9535 Рік тому +52

    Sir after running Java code (Hello.java) successfully,the byte code( Hello class) is not appearing in left top corner sir why and bcoz of that it shows no class name as hello world

    • @ajitkumarsaha4074
      @ajitkumarsaha4074 Рік тому +4

      Mine also not appearing but when appeared..it printed hello world but after that whatever I want to print it is printing only hello world

    • @mohammedabdulkarim9878
      @mohammedabdulkarim9878 Рік тому +1

      Facing same challenge like yours..

    • @aashrithreddy4921
      @aashrithreddy4921 Рік тому +1

      Mee too

    • @hondaxblade2127
      @hondaxblade2127 Рік тому +1

      I think the file exist but it is hidden by vs code, check it in vs code settings

    • @mohammedabdulkarim9878
      @mohammedabdulkarim9878 Рік тому +1

      @@hondaxblade2127 Okay, lemme give a try..

  • @abdulkarimyahuza6596
    @abdulkarimyahuza6596 10 місяців тому +1

    Sir, thank you for the explicit explanation❤❤❤❤

  • @faaizuddin5090
    @faaizuddin5090 Рік тому +14

    Assalamualaikum sir, how you are ? I'm from Pakistani I watch your all video . Sir kindly upload advance java courses which based on industry requirements.

  • @techysam-bl9mk
    @techysam-bl9mk 10 місяців тому +1

    Beautifully explained - Kudos

  • @tiagosansaodev
    @tiagosansaodev 9 місяців тому

    Congratulations, your explanation is the best! Keep going.

  • @naseddinoufallah628
    @naseddinoufallah628 Рік тому

    i like your explanation , my problem is english i will improve my english and my talk , for hear you again

  • @navaneethkp8691
    @navaneethkp8691 2 місяці тому

    8:30 no new file is created in my system after compiling . Why ?(btw jdk version is 22)

  • @devotionalsongs5673
    @devotionalsongs5673 7 місяців тому

    This is amazing I am able to understand java now!

  • @puneethnaika
    @puneethnaika Рік тому

    Suppose Android app is made using Java. Does our Android phone have jvm installed to run the application.

  • @abdikhabirmohammed455
    @abdikhabirmohammed455 9 місяців тому

    Thank very much for your simple and understandable explanation, indeed, it's wonderful

  • @akashatote9830
    @akashatote9830 Рік тому +2

    Thank you so much sir... really your explanation too good easily any one can understand...

  • @thanhtran-wy5wr
    @thanhtran-wy5wr Рік тому +1

    hello sir, where can i take the exercises to improve my skills? thank you so much 🥰

  • @pranavsharma5395
    @pranavsharma5395 Рік тому

    sir kya badhiya bataya hai apki english bhi bahut simple hai sab samjh aya or appne jo bataya mujhe bahut acha laga abb mai bhi placement lepaunga thanks 🙏✨

  • @swathim3988
    @swathim3988 8 місяців тому +1

    Best teacher❤

  • @shaikabdulazeez4778
    @shaikabdulazeez4778 Рік тому +1

    Hi sir . I wrote java program like u same but in terminal when i compile code error:- could not find or load main class Hello . What the problem can you tell me 🙂.

    • @bandarurahul4144
      @bandarurahul4144 Рік тому

      Bruh did you got the solution cause I too got the same prblm?

  • @vivan1310
    @vivan1310 Місяць тому +1

    bro I love this man so much it is not funny

  • @Elevated2363-l8z
    @Elevated2363-l8z 4 місяці тому

    This is amazing you have taught me so much

  • @manishsrivastava5611
    @manishsrivastava5611 Рік тому +3

    Hi Sir , my byte code "hello.class was not created. Plz explain

    • @bhanuprakash5703
      @bhanuprakash5703 Рік тому +5

      You need press ctrl + s in order to save the code you have written in the file. then execute javac command. hope it works 🙂

    • @bandarurahul4144
      @bandarurahul4144 Рік тому

      ​@@bhanuprakash5703thankyou

    • @pranavgarg3301
      @pranavgarg3301 7 місяців тому

      ​@@bhanuprakash5703 thanks it worked

  • @yitingchen8278
    @yitingchen8278 Рік тому +2

    JDK contains JRE, and JRE contains JVM.
    JVM need to build for particular OS.

  • @rannnniiiiii
    @rannnniiiiii 3 місяці тому

    why did you sir suddenly remove 'ln' from 'println' ?

  • @roshni4022
    @roshni4022 29 днів тому

    execellent explanation sir

  • @kapilsoraganvi8234
    @kapilsoraganvi8234 2 місяці тому

    I am Facing a problem with running the code my class is not created after running the code please help me with it

  • @alejandrog5529
    @alejandrog5529 6 місяців тому

    Amazing, greetings from Colombia

  • @mayanksrivastava7540
    @mayanksrivastava7540 Рік тому

    sir how did you compile the code , i am not able to understand , it all happened a bit too fast

  • @SwethaChelpuri0101
    @SwethaChelpuri0101 Годину тому

    Hello.Class was not coming how to fix it

  • @funatsun
    @funatsun 3 місяці тому

    helo sir ,i got an error in javac hello.java i checked the code also...and i didnt got hello.class? at 8:42

  • @akankshamishra1262
    @akankshamishra1262 10 місяців тому

    Thank you so much, your explanation is very good.

  • @muthinenidharmagokul7603
    @muthinenidharmagokul7603 8 місяців тому

    when I tried to run the Java file it didn't generate the class file in the vs code, what may be the reason?, when I tried javac version it showed me the latest installed version as well

    • @yskarthik7853
      @yskarthik7853 7 місяців тому +1

      You need to save the file before generating the class file.

  • @omagency2771
    @omagency2771 3 місяці тому

    sir very nice explanation ,thank you sir

  • @astech5825
    @astech5825 4 місяці тому +1

    byte code is not coming sir

  • @higiniofuentes2551
    @higiniofuentes2551 6 місяців тому

    Thank you for this very useful video!

  • @ShivaniBathula
    @ShivaniBathula Рік тому +2

    i didn't get a class file after compiling,what do i do

    • @BbbSss-qu3we
      @BbbSss-qu3we 5 місяців тому

      Me same thing.. how to fix it ?

  • @gadekardnyaneshwar
    @gadekardnyaneshwar Рік тому

    getting f0lllowing error,
    Hello.java:3: error: cannot find symbol
    public static void main(string a[])

  • @meenagachaitanya1306
    @meenagachaitanya1306 Рік тому +1

    Sir we can write println also?

    • @sanketpawar7534
      @sanketpawar7534 Рік тому +1

      yeah it's also used to print stmt in java , liittle diffrence is by using print it will print given stmt in same line, whereas println prints stmt in new line everytime

  • @vempatinithin5591
    @vempatinithin5591 2 місяці тому

    sir i did't get hello class extra file plz can u tell

  • @gugulothusaritha1221
    @gugulothusaritha1221 Рік тому

    How many platforms for writing java code ,vs and note pad NetBeans except these is there any

    • @niveshdhanaraj
      @niveshdhanaraj 10 місяців тому

      Eclipse and IntelliJ is the most popular ides those are using by most companies

  • @jeelpatel54
    @jeelpatel54 Рік тому

    sir i have an issue vs code says hello.java is non -project file what should i do?

  • @Jelvix
    @Jelvix 4 місяці тому

    Thank you for this video! It's very helpful, especially for beginners. We also created a video on a similar topic, but we talk about the key differences between Java and Python

  • @babugovindaraj6411
    @babugovindaraj6411 2 місяці тому

    Ur great sir🎉

  • @FrancesObeleEbubechukwu-yz7po
    @FrancesObeleEbubechukwu-yz7po 3 місяці тому

    Very good sir 💯✨

  • @dreamofdi427
    @dreamofdi427 Рік тому

    Sir it is coming main not found in the file .define main method . please help me sir 🙏🙏🙏🙏🙏🙏

  • @Ingeniouscraftyguy
    @Ingeniouscraftyguy 10 місяців тому

    Hello sir
    I have a problem
    That is,I can't run my project when I type Java Hello it not works😢😢
    I solve my problem

  • @Tarunppuranam
    @Tarunppuranam 7 місяців тому

    Hi Sir,
    My name is Tarun ! I am presently working in a non-IT department. Want to move to IT department on that basis i am learning java classes from your videos. I have watched your previous videos and installed VS Code successfully. After that i am attending this session i a have few queries. How can i contact you and solve my queries.......???. Your fast reply is much appreciated. Thank you.

  • @BluePaneTechnologies-nu4hh
    @BluePaneTechnologies-nu4hh 5 місяців тому

    simply great.

  • @naveenchowdarymaddineni6087
    @naveenchowdarymaddineni6087 9 місяців тому

    hi sir, i tried to compile i got no errors and also did not got class file. can you help why is that.

    • @rohitpal73
      @rohitpal73 7 місяців тому

      Same getting code runned but not getting class file

  • @dragondark8633
    @dragondark8633 6 місяців тому

    awesome man keep it up

  • @sagnikchakraborty1997
    @sagnikchakraborty1997 10 місяців тому +1

    I am not able to find the Hello.class byte code after running in the terminal..an solutions?

    • @cj._.6822
      @cj._.6822 3 місяці тому

      im having the same issue brother can you figured it out

  • @uday2159
    @uday2159 Рік тому +1

    1:48 I don't understand what u are talking about
    Later, I understand it🙂

  • @navdeepagrawal9201
    @navdeepagrawal9201 11 місяців тому

    Why jdk required in our machine, if not required in friend's machine

  • @sergiogarcia4697
    @sergiogarcia4697 10 місяців тому

    awesome video!

  • @HappyMishra-i7n
    @HappyMishra-i7n 3 місяці тому +1

    Sir in windows it is showing error

  • @akshaykadam8168
    @akshaykadam8168 3 місяці тому

    kudos sir .!!

  • @CrypTechLaw
    @CrypTechLaw 11 місяців тому

    Sir, I am not able to compile. It is showing error. //PS D:\Java Programming learn> java Hello
    Error: Could not find or load main class Hello
    Caused by: java.lang.ClassNotFoundException: Hello
    class Hello
    {
    public static void main (String a[])
    {
    System.out.print("Hello World");
    }
    }

    • @Exploreyourself1234
      @Exploreyourself1234 11 місяців тому

      Bro in system "S" Must be capital. I think every thing is good. Once again try it bro.

    • @parvezshaik8123
      @parvezshaik8123 10 місяців тому

      Inculcate the habit of keeping the names of both java file and class name the same.
      If your file name is Helloworld.java then name your class as Helloworld
      class Helloworld
      {
      public static void main (String a[])
      {
      System.out.print("Hello World");
      }
      }
      It will give the output

  • @haripriya8034
    @haripriya8034 Рік тому +2

    Sir I got confused at the end. That our friend's machine only have JRE and JVM. JDK is not required.
    Thank you so much sir for this beautiful content.....

    • @johnnwick733
      @johnnwick733 Рік тому

      JRE ( which contains JVM) is only required for executing byte code.

  • @geniusworld7484
    @geniusworld7484 11 місяців тому

    very helpful

  • @lucasemanuel3373
    @lucasemanuel3373 4 місяці тому

    Awesome.

  • @anusyam3951
    @anusyam3951 Рік тому

    I' m getting class not found exception

  • @mr.double.s909
    @mr.double.s909 8 місяців тому

    You are amazing

  • @addankiadda2594
    @addankiadda2594 4 місяці тому

    love from andhra

  • @VAISHNAVIREEE-2021
    @VAISHNAVIREEE-2021 5 місяців тому

    hey for me hello.class is not showing....i tried so many times

  • @porandlarajendar1859
    @porandlarajendar1859 Рік тому

    when i compiled the program i didnt find byte code wt is the problem any one can explain?

    • @cj._.6822
      @cj._.6822 3 місяці тому

      same problem for me brother ,did you get the solution

  • @deepakjoy1862
    @deepakjoy1862 5 місяців тому

    The Byte is not getting generated

  • @TrendBomb-vrs
    @TrendBomb-vrs 10 місяців тому

    Thank u bro❤

  • @BetterTogether_9
    @BetterTogether_9 Рік тому

    8:33 is still not clear i don't have the z on my terminal site i can't understand how he run it.

    • @thorandhulk2983
      @thorandhulk2983 Місяць тому

      We got "z" in print statement because of the extension
      It's not a problem