Пікірлер
@itsblu4735
@itsblu4735 3 сағат бұрын
Thank you soo much, u made this so easy omgggg!!
@koolgreg-pg6pb
@koolgreg-pg6pb 4 сағат бұрын
awesome video
@AliAbdallah5
@AliAbdallah5 7 сағат бұрын
can anyone suggests videos like this to practice OOP in java with projects like this ?
@denver3703
@denver3703 8 сағат бұрын
Hello John, can you cover RegEx in java
@Swathi12383
@Swathi12383 8 сағат бұрын
Thank u so much 🙏🙏 I watched so many videos but didn't get it to run Java in CMD...ur video helped me a lot...❤
@teemolol3075
@teemolol3075 12 сағат бұрын
What if we change all that if with: public static void drawHangman(int wrongCount) { System.out.println(" ------"); System.out.println(" | |"); String[] stages = { " O", // 1 " \\ /", // 2 " |", // 3 " / \\", // 4 "_ __", // 5 }; for (int i = 0; i < stages.length; i++) { if (i < wrongCount) { System.out.println(stages[i]); } else { System.out.println(""); } } }
@grecavsonique5943
@grecavsonique5943 14 сағат бұрын
awesome
@omkardeshmukh1942
@omkardeshmukh1942 17 сағат бұрын
good work
@feiwong70
@feiwong70 Күн бұрын
John is such a natural teacher. Great communicator, excellent teaching vocal, well-organized materials and examples. Easy to follow. I bought his Java programming tutorial. Great for very beginners. I wish he develops more advanced topics.
@teemolol3075
@teemolol3075 Күн бұрын
if (playerMove.equals(computerMove)) { System.out.println("Tie!"); } else if (playerMove.equals("r") && computerMove.equals("s") || playerMove.equals("p") && computerMove.equals("r") || playerMove.equals("s") && computerMove.equals("p")) { System.out.println("You win!"); } else { System.out.println("You lose!"); }
@amitn10
@amitn10 Күн бұрын
Please make a video about radix sort🙏🙏
@davorzdralo8000
@davorzdralo8000 Күн бұрын
Can't say I agree with the premise of this video, java is one of the easiest language to learn, the compiler handholds you the entire time, errors are extremely descriptive, and debuggers are great. Compared to everything else I've used in my career (C, C++, JS, PHP...) it's super easy.
@wumingzaixia
@wumingzaixia Күн бұрын
like your videos such much! But can you post the code in the comment section later on? It'll be much more convenient for us to learn.
@its_joel7324
@its_joel7324 Күн бұрын
Java Programming
@freak777power
@freak777power Күн бұрын
That's all nice but JAVA is a dead language.
@megalatest
@megalatest Күн бұрын
Very Nice teach 👍🏻
@untitled6391
@untitled6391 Күн бұрын
So when we call the start method, how does know to call the run method?
@biegunka420
@biegunka420 Күн бұрын
from all bald middleaged men with glasses and beard, you look the worst
@raniabelakebi7130
@raniabelakebi7130 Күн бұрын
thanks john !
@RiteshPatil0403
@RiteshPatil0403 Күн бұрын
bro look a hardcore fan of breaking bad
@HanzHeHim
@HanzHeHim Күн бұрын
This was so well put thank you 🙏 🎉
@AbdurazzoqXoshimov-ju6ee
@AbdurazzoqXoshimov-ju6ee Күн бұрын
hey, hello man thank you so much can u make video about patterns: singleton, anonym, builder?
@jordanT_alker
@jordanT_alker Күн бұрын
hold on @john during the code, you call the method itself inside the code as a form of recursion; Where is the binary script that suggests that this loop breaks itself? I thought that there had to be a very specific- oh nvm break; i am trying to do this for a matrix so i am hyper analyzing everything & my head isn't getting any lighter
@brooklynsupreme
@brooklynsupreme Күн бұрын
JavaScript is a puppy trying to please its owner' 🤣🤣🤣🤣
@craftedbysrs
@craftedbysrs Күн бұрын
Such an amazing tutor you are! Thanks.🎉
@yuriksoliman4958
@yuriksoliman4958 Күн бұрын
thanks mr.egg guy!
@blackbeanboi
@blackbeanboi 2 күн бұрын
Amazing video. Definitely helped me understand Recursion in Java better. I also loved all the video games he used to show the call stack haha!
@JRC.40.31
@JRC.40.31 2 күн бұрын
It took me a week to "sink in " but I solved my first leetcode with this video , thanks God this video Exist and Thank you John for creating such an amazing video .
@user-hp9np5pb6s
@user-hp9np5pb6s 2 күн бұрын
thanks for another great video. can you post the link to this code please!
@Shadow-pn5qw
@Shadow-pn5qw 2 күн бұрын
Template strings like in JavaScript
@thomashoffmann8857
@thomashoffmann8857 2 күн бұрын
Please install the waiting windows updates to keep the system safe 🙂
@javalady
@javalady 2 күн бұрын
Thanks that was really usefull
@RefaatIbrahimXIT
@RefaatIbrahimXIT 2 күн бұрын
Polymorphism is overrider & overload Parent methods. Thank you John
@fathimasalooja
@fathimasalooja 2 күн бұрын
awesome,Thank you.
@Drekrosh
@Drekrosh 3 күн бұрын
Why people cannot understand simple thing? Java is dead. Golang winner and recommend to use in new projects
@ooogabooga5111
@ooogabooga5111 3 күн бұрын
You did not make it clear why we need to have it static, the actual reason is, java JVM doesn't need to know any other data fields of the class or any other methods. main is the starting point of the application and it just needs to execute it and instantiating this class is of no use to JVM, thus it uses the static method main which is tied to the class itself, thus making it efficient.
@chilidogjudgesyou
@chilidogjudgesyou 3 күн бұрын
Its my first langage in collage
@RefaatIbrahimXIT
@RefaatIbrahimXIT 3 күн бұрын
Hello John Abstract Class is a flexible dynamic Interface and I can say it is a CONTRACT Statement that we NEED and Must enforce the client to apply for example. Thank you so much for your clear video. Allah bless you. Regards
@ProElectric123
@ProElectric123 3 күн бұрын
Actually I hate IntelliJ IDE. Why means It is too large which slows my computer down. But I love eclipse IDE. Because it is not that large and does not slow my computer.
@matildasgalaxy3204
@matildasgalaxy3204 3 күн бұрын
Thank you so much!!!! Headache gone 😅
@amd724
@amd724 4 күн бұрын
This is so good, thank you. Just started my course and its really helped me connect the dots.
@ValOfMD
@ValOfMD 4 күн бұрын
Man, that meow that he makes cringes me out... great video otherwise
@sajidamoin771
@sajidamoin771 4 күн бұрын
You are one of the smartest teachers on youtube… I love your teaching style…Whenever I want to learn a java topic, I first search it on your channel because you explain every topic in a very simple way. Not too much of information not too less… just as much as needed for a beginner… My favorite ❤️
@ibrahimjallouli6335
@ibrahimjallouli6335 4 күн бұрын
that was super helpful thanks <3
@CindyAudyaPriecillia
@CindyAudyaPriecillia 4 күн бұрын
thank youuu so muchhhh this help me to do my assignment, at first i'm very confuse but i found this video and finally it work yayyy✨
@EmanuelRaziel
@EmanuelRaziel 4 күн бұрын
Thank you!
@miniboymark7385
@miniboymark7385 4 күн бұрын
doesn't it make more sence to be id to name? since the id is unique and the name isn't
@agreizda4323
@agreizda4323 4 күн бұрын
I am currently studying for my finals exam in Germany and this is just perfectly explained. THANKS!
@lounisbouldja7656
@lounisbouldja7656 4 күн бұрын
The _ IS usuful when combined With pattern matching
@0rekeroni
@0rekeroni 4 күн бұрын
Very nice introduction video!