//************************************************ 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 Жыл бұрын
you spelled SpongeBob wrong
@mattoucas869 Жыл бұрын
@@HAPPYGUYFACE HAHA LOL
@blueturtlekhun2 жыл бұрын
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.
@siddigahmed52002 жыл бұрын
A kind of educator you do not want to miss. Thanks Bro.
@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.
@nikitos24423 жыл бұрын
Even with my bad english I can understand you better, than my Java teacher in Austria.
@TheOctolink Жыл бұрын
Relatable
@selcandalklc79727 ай бұрын
Hey, i also study computer science in Austria. Where do you study
@raresmihasca636413 күн бұрын
you mean australia?
@spritecranberry96643 күн бұрын
@@raresmihasca6364 wait till you find out about Austria existing
@jaym43582 жыл бұрын
The best -- no BS -- explanation of the static keyword.
@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
@professionalaveragekid5 ай бұрын
probably one of the most comprehensive java tutorials, without cutting corners :D
@Omsingh-pc5db5 ай бұрын
Honestly man, you are one of the best person to learn coding from. 😊
@syedmuhammedabbasrizvi39002 жыл бұрын
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!!!! ❤️❤️❤️❤️❤️❤️❤️❤️😊😊😊😊😊
@cdjosh35684 жыл бұрын
Another day, another great Java tutorial from Bro Code!
@firepower012 жыл бұрын
I spent my entire Sunday trying to figure this out. Thank you.
@koolraab2 жыл бұрын
Very well explained! Never understood this concept until now. Thank you!
@angelomaminta98794 жыл бұрын
His Playlist deserves more views than this tbh. Thanks A lot man
@mohammadhasan5255 Жыл бұрын
Ditto
@ctluwua76953 жыл бұрын
MY support will keep this channel running :)
@nikleduc21483 жыл бұрын
Straight up love you man Why is no one else watching your vids
@myko_chxn Жыл бұрын
bro ur channel is literally a gold mine
@gusiwanaga73803 жыл бұрын
+1 to more views! The way you explain is so clean, thanks a ton!
@milz-g9 ай бұрын
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
@viperyogesh7634 Жыл бұрын
Thx bro didnt understood thru any websites your explanation is simple and clear
@faris.m172 жыл бұрын
The static keyword took me a long time to understand, your video really helps.
@spyroszviolin3 жыл бұрын
You really enjoy learning programming with this Bro!
@lamias77123 жыл бұрын
explained simplly and clearly!
@femioluwaleye34822 жыл бұрын
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!
@vimann3 жыл бұрын
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.
@mibo747 Жыл бұрын
perfect explanation... many other didnt really clarified
@Pzdrs3 жыл бұрын
after 4 years of java i now finally know how static works
@khiemdo55272 жыл бұрын
Great courses so far !!! Thanks so much
@TayfunShen Жыл бұрын
I am watching your videos to learn java and it helps a lot. Thank you man!
@romario927303 жыл бұрын
very good and clear explanation, thank you very much
@juliarigsby1459 Жыл бұрын
Bro, you made this so much simpler than two weeks of my professor’s lessons.
@sujayirrinki491510 ай бұрын
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.
@justinbanza47513 жыл бұрын
Thanks for the video
@danielpaul652 жыл бұрын
Very clearly explained
@pp81932 жыл бұрын
Dude I could kiss you right now. You probably saved me from failing my OOP class. This video legit changed my life
@BroCodez2 жыл бұрын
yay!
@rhomiezhomeboy8270 Жыл бұрын
Thank you for wonderful video
@НікітаОрлов-с3ч2 жыл бұрын
2022- you are the best teacher
@NuanDaa2 жыл бұрын
Great explanation but i am still confused. I think i am stupid.
@ysf94232 жыл бұрын
very good video thanks
@frei69132 жыл бұрын
This video made me fall in love with your channel
@danishuddin97522 жыл бұрын
great explanantion
@avejaymoradillo Жыл бұрын
thanks for sharing
@MendiCaspi2 жыл бұрын
Very clear and helpful
@omersond48913 жыл бұрын
i like your explanations ;)
@mat_tails Жыл бұрын
finally, a simple explanation of static
@romandevera78713 жыл бұрын
Good job explaining that Bro!
@utku13763 жыл бұрын
Thank you for all Java content When i try the reach Math class i receive this error: Source not found The source attachment does not contain the source for the file Math.class You can change the source attachment by clicking Change Attached Source below:
@gentle9964 Жыл бұрын
thank you so much Bro. I saved the entire course
@storiesbeneaththesurface1942Ай бұрын
nice video
@nawazkamboo87503 жыл бұрын
Thank you bro. You're really clearing my doubts
@roolee43493 жыл бұрын
Great explanation
@Mirtguitar11 ай бұрын
Good tutorial.
@mrzetel2 жыл бұрын
Thanks for the wonderful explanation!
@jirimarek26593 жыл бұрын
Hey KZbin algorithm!! HERE is where you should pay your attention!!
@jan5504 Жыл бұрын
so its like an arraylist of methods or variables? is static void better than hashmap when it comes to memory?
@dianamilenaarchilacordoba46322 ай бұрын
great video!!! I'm infinitely grateful for your dedication and big heart to share this knowledge with the world. Thank you soo much
@abdelmoneimdwedar21572 жыл бұрын
BRO ............ goddamn you're wonderful, keep it up much much love 💪💪
@hassanejaber6873 Жыл бұрын
Thank you Bro, by the way which video explains the static classes ?
@fernandoramadhani5643 ай бұрын
so good
@shagunprasad45929 ай бұрын
i couldn't help not commenting lol. thanks for this amazing video bro
@drunkrifle Жыл бұрын
You are an OG for this
@herox6875 Жыл бұрын
Appriciate the knowledge bro
@azerpashahuseynli4443 жыл бұрын
very useful video
@Simis9992 жыл бұрын
Bro has the power to explain
@batshevachen87892 жыл бұрын
Nice
@johanrecaman3 жыл бұрын
thx man, your videos are helping me a lot
@kemann38153 жыл бұрын
Truly the best! Cheers
@acheacjun8 ай бұрын
man what can i say, finally understand this shit thank you my bro, god bless you😭
@mithunram53462 жыл бұрын
Simple and easily understandable , thanks bro ✌
@kamoldavronov400Ай бұрын
Best❤❤❤❤
@jon_nova Жыл бұрын
Thanks for the tutorial!
@thomas_1611 Жыл бұрын
Excellent vids. So useful.
@fanBladeOne3 жыл бұрын
Great explanation, thx!
@ghoula1881 Жыл бұрын
In Friend class in the line 6 of code.......is that Friend with perimeter (String name) is method or something else ???? I can't recognize it
@hesham47442 жыл бұрын
i wanted to like this vid more than one time 💖✨ keep it up buddy'
@quarduroy1 Жыл бұрын
Great explanation, thank you. Subbed!
@Diamond_Hanz3 жыл бұрын
Bro is ultimate bro!
@manojkiran55192 жыл бұрын
You're the best......man!!!
@JonasAnders-kn5yb Жыл бұрын
Thanks, for making this video. It was very helpful!
@liberospirito78402 жыл бұрын
This was such a great help, thank you so much!
@Abaddon-u1i Жыл бұрын
Thank you bro, here's a comment for the algorithm
@maissendeveloper29 күн бұрын
thank youuu broooo
@IhebChargui-u6u Жыл бұрын
Thank you Bro for your effort 👍👍🙏🙏🙏
@mihanfernando9890 Жыл бұрын
nice
@huuloc87193 жыл бұрын
Nice.
@Andboldquates2 жыл бұрын
We need more "Java" videos
@polimorphic13 Жыл бұрын
Thank you for your fabulous content, bro!
@p4vam9104 ай бұрын
Good Job Bro 💞
@pa-3053 жыл бұрын
Best BROOOOOOO
@robertwide65922 жыл бұрын
spasiba
@lmao96196 ай бұрын
you are th best \
@shuichisaihara80193 жыл бұрын
One thing that lacks in these lessons are exercises.
@AntoinesInnovations3 ай бұрын
Great videos bro!!
@quanyufeng5792 жыл бұрын
finally understand what is static means
@technorthman3 жыл бұрын
I love learning w this bro
@FAHGVidz Жыл бұрын
Ur the best bro
@jorgiepanes1402 Жыл бұрын
What apps or sites can be practiced
@jahed13112 жыл бұрын
dude youre great even better than my professor :D Thanks
@DucNguyen-sd4mn2 жыл бұрын
He is just too good at teaching that he forgets how to spell the word "Spongebob" LOL