If you’re new to programming but want a career in tech, I HIGHLY RECOMMEND applying to one of Springboard’s online coding bootcamps (use code ALEXLEE for $1,000 off): bit.ly/3HX970h
@ohmegatech666 Жыл бұрын
The way I think of it is that non-static methods are for objects where it makes sense that each separate object could do the thing, like for a Dog class in a videogame, each Dog object can bark. On the other hand, static methods are for things where you normally wouldn't have separate instances of the thing each do the thing, like a calculator. You don't need 5 different calculators that all have their own add or multiply methods, so then you make all the methods in the Calculator class static
@carol00210 Жыл бұрын
I cannot believe you are back! Your tutorials are just amazing!
@jamesvowles1 Жыл бұрын
These are great tutorials! This was a topic I had difficulty understanding; thank you!
@behnamyosufi38002 ай бұрын
The king is back! I have watched almost all the videos (10 remaining :( ) from the Full Java Course; and in this video, he has changed a lot!! The voice, the personality and everything! THANK YOU SO MUCH FOR HELPING US OUT WITH LEARNING JAVA THE FUNNN WAY ♥
@CzMatt Жыл бұрын
Thanks mate. Ima starting to work for a company that works in Java and I have learnt so much from you. Thanks
@meinkanal1110 ай бұрын
Amazing video, my prof couldn't properly explain it to the class in 45 minutes, but you could in 5... Thank you so much!
@michaeleisenberg1995 Жыл бұрын
Thank you so much! This concept really confused me, and you managed to clear it up in less than 10 minutes. I would highly recommend putting this into your java basic tutorial as I think it would be helpful for newbies like me to know
@ste3uz2 ай бұрын
Sir Alex Lee, you have done it again. Thank you very much for teaching Java concepts better than my professor.
@JULIEDELARO10 ай бұрын
SO happy you started creating tutorials again
@pedroacordi Жыл бұрын
ayo this is the return of the king! Your tutorials are great and it's so easy to learn from them
@supriyajain7904 Жыл бұрын
You have covered my each and every doubt in this tutorial. Looks like it was made for me specifically. I exactly had the same doubts. thanks
@kadyhuria29646 ай бұрын
Very helpful to new coders out there like ME! Thanks, Alex!!
@lucreatiaalexander9476 Жыл бұрын
Thank you so much Alex for your tutorials it has been helping me so much with my computer science degree.
@garrysingh4484 Жыл бұрын
💯 Awesome Bro - You make it very simple to understand by giving very simple examples - which makes it super easy to understand 👍👍👍
@bassemhh Жыл бұрын
Alex ,Thank you for teaching me so much. Thank you for being in this world. Love u brother
@ouhhunlu4841 Жыл бұрын
Thank you really, Finally, I understand this 😭
@hungarianmodel94656 ай бұрын
You are hands down the best
@janinaalmog7312 Жыл бұрын
I am so happy your are back!!!!
@Has_BunRoeun8 ай бұрын
Thank you brother you help me a lot for real.
@StrangeDooropen Жыл бұрын
Thank you so much , your explanation is simple
@yi-cc9hx Жыл бұрын
so good!! i always love your tutorials!!! this really helps me a lot!!!!
@ACEOROAL Жыл бұрын
Short and sweet👌💯
@DiyakoAdnanAbdullahWahab Жыл бұрын
thank you bro ,your video saved me
@rohanshrestha22934 ай бұрын
Thanks Alex!!!
@shaniyamack89088 күн бұрын
Thank you❤
@MichelNajjar Жыл бұрын
Excellent video, it really helped me to understand it more, so thank you very much 👍💯💥🔥 Btw, could you please do a video about what is "to debug a code" (or what is a debugger/debugging) and how to use it in eclipse? Also, another video about the Breakpoints, what are they and how to use them? Hope you can do something about them, because that would be really helpful to me. Thank you very much and keep pushing forward!
@elifariq Жыл бұрын
Thank you Alex. :)
@muzzanrap Жыл бұрын
Amazing video bro!!
@КирилТянковски Жыл бұрын
Thank you my brother👍
@charlesliu1439 Жыл бұрын
good job on explaining this.
@hushmix55367 ай бұрын
thank you
@blackTulpan Жыл бұрын
Thanks!❤
@baron9111 Жыл бұрын
I wish you could have approached this one a bit more different. I was looking forward to static variables and non static variables. I can't seem to find anything on this, maybed I missed it? Not sure. I hope you will work on a tutorial on that. I didn't really learn much from this one, but it was insightful to some extend. Cheers!
@chaken6187 Жыл бұрын
Hi! Thanks for your valuable tutorials!!! I would like to know what are the different between list, tree, map in Java and their usage. Hope you can help!!!
@carol00210 Жыл бұрын
Btw what is your keyboard? It just sounds amazing
@l3gnaa597 Жыл бұрын
So both ways work fine (I do however prefer the STATIC method) My question is; whether its merely a matter of preference? Because both methods work fine! Again I prefer the fewer steps of STATIC
@jaxsyntax Жыл бұрын
Alex, your tutorials are so useful! Could I ask, what version of eclipse are you using?