Static Method In Java Tutorial #76

preview_player
Показать описание

In this video, I show you how to use the static method in Java! I show you what that weird "static" word means and how to call a static method vs a nonstatic method! This was so confusing to me at first, but hopefully, this tutorial helps you :)

I hope you enjoyed this static method Java tutorial!

Disclosure: The Springboard link provided is linked to my affiliate account & supports the channel.

~

Alex Lee
Рекомендации по теме
Комментарии
Автор

These are great tutorials! This was a topic I had difficulty understanding; thank you!

jamesvowles
Автор

I cannot believe you are back! Your tutorials are just amazing!

carol
Автор

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

michaeleisenberg
Автор

Thanks mate. Ima starting to work for a company that works in Java and I have learnt so much from you. Thanks

CzMatt
Автор

ayo this is the return of the king! Your tutorials are great and it's so easy to learn from them

pedroacordi
Автор

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

supriyajain
Автор

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

ohmegatech
Автор

so good!! i always love your tutorials!!! this really helps me a lot!!!! <3 tysm

yi-cchx
Автор

Thank you so much Alex for your tutorials it has been helping me so much with my computer science degree.

lucreatiaalexander
Автор

SO happy you started creating tutorials again

JULIEDELARO
Автор

💯 Awesome Bro -
You make it very simple to understand by giving very simple examples - which makes it super easy to understand 👍👍👍

garrysingh
Автор

Alex, Thank you for teaching me so much. Thank you for being in this world. Love u brother

bassemhh
Автор

Thank you brother you help me a lot for real.

Has_BunRoeun
Автор

Thank you so much, your explanation is simple <3 !

StrangeDooropen
Автор

Very helpful to new coders out there like ME! Thanks, Alex!!

kadyhuria
Автор

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!

MichelNajjar
Автор

Amazing video, my prof couldn't properly explain it to the class in 45 minutes, but you could in 5...
Thank you so much!

meinkanal
Автор

Thank you really, Finally, I understand this 😭

ouhhunlu
Автор

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!!!

chaken
Автор

Alex, your tutorials are so useful! Could I ask, what version of eclipse are you using?

jaxsyntax