Java static keyword ⚡

  Рет қаралды 108,313

Bro Code

Bro Code

3 жыл бұрын

Java static keyword modifier tutorial explained
#Java #static #keyword #modifier #tutorial #explained

Пікірлер: 225
@BroCodez
@BroCodez 3 жыл бұрын
//************************************************ public class Main { public static void main(String[] args) { // static = modifier. A single copy of a variable/method is created and shared. // The class "owns" the static member Friend friend1 = new Friend("Sponegbob"); Friend friend2 = new Friend("Patrick"); Friend friend3 = new Friend("Patrick"); System.out.println(Friend.numberOfFriends); } } //************************************************ public class Friend { String name; static int numberOfFriends; Friend(String name){ this.name=name; numberOfFriends++; } }//************************************************
@HAPPYGUYFACE
@HAPPYGUYFACE Жыл бұрын
you spelled SpongeBob wrong
@mattoucas869
@mattoucas869 9 ай бұрын
@@HAPPYGUYFACE HAHA LOL
@blueturtlekhun
@blueturtlekhun 2 жыл бұрын
After all these years of using this modifier, I finally know what it's for. This was the first video I watched, and after this, I knew you were worth clicking that subscribe button. You need more subscribers, bro. Hope you cover more topics in the future.
@siddigahmed5200
@siddigahmed5200 Жыл бұрын
A kind of educator you do not want to miss. Thanks Bro.
@nikitos2442
@nikitos2442 3 жыл бұрын
Even with my bad english I can understand you better, than my Java teacher in Austria.
@TheOctolink
@TheOctolink 8 ай бұрын
Relatable
@selcandalklc7972
@selcandalklc7972 2 ай бұрын
Hey, i also study computer science in Austria. Where do you study
@naychilinnlatt1092
@naychilinnlatt1092 Жыл бұрын
You are the first teacher who make me to enjoy in Java. Thank you so much Bro. I saved the entire course and this is the first comment of me after viewing 33 video of this course.
@firepower01
@firepower01 2 жыл бұрын
I spent my entire Sunday trying to figure this out. Thank you.
@cdjosh3568
@cdjosh3568 3 жыл бұрын
Another day, another great Java tutorial from Bro Code!
@syedmuhammedabbasrizvi3900
@syedmuhammedabbasrizvi3900 2 жыл бұрын
Dude, what an explanation! I am very very happy because I got everything why I clicked this video, I was trying to get some proper understanding about the Static keyword in Java and you helped me. Thank You!!!! ❤️❤️❤️❤️❤️❤️❤️❤️😊😊😊😊😊
@gusiwanaga7380
@gusiwanaga7380 3 жыл бұрын
+1 to more views! The way you explain is so clean, thanks a ton!
@koolraab
@koolraab Жыл бұрын
Very well explained! Never understood this concept until now. Thank you!
@angelomaminta9879
@angelomaminta9879 3 жыл бұрын
His Playlist deserves more views than this tbh. Thanks A lot man
@mohammadhasan5255
@mohammadhasan5255 Жыл бұрын
Ditto
@pavelkvasnicka6856
@pavelkvasnicka6856 Жыл бұрын
This is the best Java tutorial for beginners, so you can learn Java and English in one hit. Please keep going! I vote for Java advance tutorial. Thanks a lot Bro
@nikleduc2148
@nikleduc2148 3 жыл бұрын
Straight up love you man Why is no one else watching your vids
@jaym4358
@jaym4358 2 жыл бұрын
The best -- no BS -- explanation of the static keyword.
@professionalaveragekid
@professionalaveragekid 25 күн бұрын
probably one of the most comprehensive java tutorials, without cutting corners :D
@spyroszviolin
@spyroszviolin 3 жыл бұрын
You really enjoy learning programming with this Bro!
@khiemdo5527
@khiemdo5527 2 жыл бұрын
Great courses so far !!! Thanks so much
@ctluwua7695
@ctluwua7695 3 жыл бұрын
MY support will keep this channel running :)
@user-ms9jq9wg1u
@user-ms9jq9wg1u Жыл бұрын
I am watching your videos to learn java and it helps a lot. Thank you man!
@faris.m17
@faris.m17 2 жыл бұрын
The static keyword took me a long time to understand, your video really helps.
@Omsingh-pc5db
@Omsingh-pc5db 29 күн бұрын
Honestly man, you are one of the best person to learn coding from. 😊
@RoxioCZE
@RoxioCZE 3 жыл бұрын
after 4 years of java i now finally know how static works
@milanincana6395
@milanincana6395 5 ай бұрын
I was going through my Java notes about to have a long night. Thanks for making this short and simple and helping me get some rest, bro. Needed it
@juliarigsby1459
@juliarigsby1459 8 ай бұрын
Bro, you made this so much simpler than two weeks of my professor’s lessons.
@liberospirito7840
@liberospirito7840 Жыл бұрын
This was such a great help, thank you so much!
@romandevera7871
@romandevera7871 3 жыл бұрын
Good job explaining that Bro!
@myko_chxn
@myko_chxn Жыл бұрын
bro ur channel is literally a gold mine
@omersond4891
@omersond4891 3 жыл бұрын
i like your explanations ;)
@lamias7712
@lamias7712 2 жыл бұрын
explained simplly and clearly!
@johanrecaman
@johanrecaman 3 жыл бұрын
thx man, your videos are helping me a lot
@nawazkamboo8750
@nawazkamboo8750 3 жыл бұрын
Thank you bro. You're really clearing my doubts
@viperyogesh7634
@viperyogesh7634 8 ай бұрын
Thx bro didnt understood thru any websites your explanation is simple and clear
@mrzetel
@mrzetel 2 жыл бұрын
Thanks for the wonderful explanation!
@mithunram5346
@mithunram5346 2 жыл бұрын
Simple and easily understandable , thanks bro ✌
@vimann
@vimann 3 жыл бұрын
Me watching about an hour of yt videos about static: I don't get it It only took reading your definition to understand. Thank you so much, your content is so underrated. Liked and subscribed.
@kemann3815
@kemann3815 2 жыл бұрын
Truly the best! Cheers
@romanrubanovich9273
@romanrubanovich9273 3 жыл бұрын
very good and clear explanation, thank you very much
@jon_nova
@jon_nova 9 ай бұрын
Thanks for the tutorial!
@fanBladeOne
@fanBladeOne 3 жыл бұрын
Great explanation, thx!
@roolee4349
@roolee4349 2 жыл бұрын
Great explanation
@MendiCaspi
@MendiCaspi 2 жыл бұрын
Very clear and helpful
@jahed1311
@jahed1311 2 жыл бұрын
dude youre great even better than my professor :D Thanks
@quarduroy1
@quarduroy1 Жыл бұрын
Great explanation, thank you. Subbed!
@frei6913
@frei6913 2 жыл бұрын
This video made me fall in love with your channel
@justinbanza4751
@justinbanza4751 2 жыл бұрын
Thanks for the video
@mibo747
@mibo747 Жыл бұрын
perfect explanation... many other didnt really clarified
@polimorphic13
@polimorphic13 Жыл бұрын
Thank you for your fabulous content, bro!
@thomas_1611
@thomas_1611 Жыл бұрын
Excellent vids. So useful.
@danny.3036
@danny.3036 3 жыл бұрын
Thanks, Bro! ☕ You're awesome!
@abdelmoneimdwedar2157
@abdelmoneimdwedar2157 Жыл бұрын
BRO ............ goddamn you're wonderful, keep it up much much love 💪💪
@gentle9964
@gentle9964 9 ай бұрын
thank you so much Bro. I saved the entire course
@Diamond_Hanz
@Diamond_Hanz 3 жыл бұрын
Bro is ultimate bro!
@rhomiezhomeboy8270
@rhomiezhomeboy8270 Жыл бұрын
Thank you for wonderful video
@manojkiran5519
@manojkiran5519 2 жыл бұрын
You're the best......man!!!
@danielpaul65
@danielpaul65 Жыл бұрын
Very clearly explained
@JonasAnders-kn5yb
@JonasAnders-kn5yb Жыл бұрын
Thanks, for making this video. It was very helpful!
@danishuddin9752
@danishuddin9752 2 жыл бұрын
great explanantion
@sujayirrinki4915
@sujayirrinki4915 6 ай бұрын
Bro, you resolved confusion I had that I didn't even know I had. I always wondered why people could call methods from the class name and it was such a huge point of confusion. Now I know that when a Class name is used along with a method it was due to the static keyword being used.
@Mirtguitar
@Mirtguitar 7 ай бұрын
Good tutorial.
@shagunprasad4592
@shagunprasad4592 5 ай бұрын
i couldn't help not commenting lol. thanks for this amazing video bro
@drunkrifle
@drunkrifle Жыл бұрын
You are an OG for this
@FAHGVidz
@FAHGVidz 10 ай бұрын
Ur the best bro
@technorthman
@technorthman 2 жыл бұрын
I love learning w this bro
@augischadiegils.5109
@augischadiegils.5109 3 жыл бұрын
Nice!!
@avejaymoradillo
@avejaymoradillo 9 ай бұрын
thanks for sharing
@kiki.t2094
@kiki.t2094 2 жыл бұрын
Bro you are the best ))
@hesham4744
@hesham4744 2 жыл бұрын
i wanted to like this vid more than one time 💖✨ keep it up buddy'
@azerpashahuseynli444
@azerpashahuseynli444 3 жыл бұрын
very useful video
@ThapeloMachaka256
@ThapeloMachaka256 Жыл бұрын
lifesaver!!
@yagzhandag3803
@yagzhandag3803 3 жыл бұрын
thanks a lot mannn!
@ysf9423
@ysf9423 Жыл бұрын
very good video thanks
@ericamuhammad5920
@ericamuhammad5920 2 жыл бұрын
Thank you!
@pa-305
@pa-305 3 жыл бұрын
Best BROOOOOOO
@obalalmeida6419
@obalalmeida6419 2 жыл бұрын
Bro💥
@saricheri4728
@saricheri4728 Жыл бұрын
Youre the best
@heacac3729
@heacac3729 3 ай бұрын
man what can i say, finally understand this shit thank you my bro, god bless you😭
@user-st5rp2oj6h
@user-st5rp2oj6h Жыл бұрын
Thank you Bro for your effort 👍👍🙏🙏🙏
@Simis999
@Simis999 Жыл бұрын
Bro has the power to explain
@nikitamarkovski7121
@nikitamarkovski7121 2 жыл бұрын
broo that's awesome
@matt_tails
@matt_tails Жыл бұрын
finally, a simple explanation of static
@huuloc8719
@huuloc8719 2 жыл бұрын
Nice.
@herox6875
@herox6875 8 ай бұрын
Appriciate the knowledge bro
@batshevachen8789
@batshevachen8789 2 жыл бұрын
Nice
@christophbruns8127
@christophbruns8127 2 жыл бұрын
Großartig!
@minhtetpaing1695
@minhtetpaing1695 3 жыл бұрын
Thank you so much sir.
@majid1885
@majid1885 2 жыл бұрын
Thanks Bro, awesome
@TheEvertonDias
@TheEvertonDias Жыл бұрын
Thanks, Bro!
@lmao9619
@lmao9619 2 ай бұрын
you are th best \
@Mokataly
@Mokataly 2 жыл бұрын
Thanks a lot :)
@sigmamathy
@sigmamathy 3 жыл бұрын
thanks im understand now :)
@hassanejaber6873
@hassanejaber6873 10 ай бұрын
Thank you Bro, by the way which video explains the static classes ?
@kingnetwork-8519
@kingnetwork-8519 5 ай бұрын
Tnx
@mihanfernando9890
@mihanfernando9890 Жыл бұрын
nice
@aydenrl
@aydenrl 2 жыл бұрын
Godly
@MateusFerreira-on3kp
@MateusFerreira-on3kp 11 ай бұрын
tanks man, you're helping me so much with yours videos.
@computerscience2305
@computerscience2305 Жыл бұрын
Thank u sir
@leekbiel
@leekbiel Жыл бұрын
Thanks!!
@p4vam910
@p4vam910 4 күн бұрын
Good Job Bro 💞
@femioluwaleye3482
@femioluwaleye3482 2 жыл бұрын
Hey I noticed one of your decisions during this video and I thought it was horrible, it made me shudder even. When picking the 3rd friend, you picked Squidward....but over Sandy?? Anyways great video. Thumbs up. EDIT: I kept watching and I see you picked her as the fourth friend. My point still stands. Anyways, thanks again, great video, the explanations were quite practical so it's easy to understand!
@danielsavage1784
@danielsavage1784 3 жыл бұрын
Thanks Bro
Java inheritance 👪
6:11
Bro Code
Рет қаралды 248 М.
Java methods 📞
11:05
Bro Code
Рет қаралды 123 М.
Despicable Me Fart Blaster
00:51
_vector_
Рет қаралды 19 МЛН
Does size matter? BEACH EDITION
00:32
Mini Katana
Рет қаралды 18 МЛН
Static vs Non-Static Variables and Methods In Java - Full Simple Tutorial
11:29
Java super keyword 🦸‍♂️
8:09
Bro Code
Рет қаралды 91 М.
Java encapsulation 💊
8:27
Bro Code
Рет қаралды 105 М.
Java generics ❓
22:04
Bro Code
Рет қаралды 103 М.
Java abstraction 👻
5:30
Bro Code
Рет қаралды 127 М.
Java toString method 🎉
6:39
Bro Code
Рет қаралды 89 М.
Java multithreading 🧶
15:18
Bro Code
Рет қаралды 123 М.
#4.6 Java Tutorial | Static Keyword
12:20
Telusko
Рет қаралды 449 М.
Java dynamic polymorphism ✨
8:52
Bro Code
Рет қаралды 65 М.
Java interface 🦅
7:51
Bro Code
Рет қаралды 181 М.
iPhone socket cleaning #Fixit
0:30
Tamar DB (mt)
Рет қаралды 12 МЛН
После ввода кода - протирайте панель
0:18
Up Your Brains
Рет қаралды 1,3 МЛН
Easy Art with AR Drawing App - Step by step for Beginners
0:27
Melli Art School
Рет қаралды 14 МЛН
😱Хакер взломал зашифрованный ноутбук.
0:54
Последний Оплот Безопасности
Рет қаралды 742 М.