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.
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.
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
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!!!! ❤️❤️❤️❤️❤️❤️❤️❤️😊😊😊😊😊
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.
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!
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.
What's up Bro! Liking your style a lot!. It Took me a while to grasp difference between static and non-static members.. or class- and instance variables. But with your excellent explaining it finally makes sence. It can get so confusing if you mix field and method variables in the mix,
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:
//************************************************
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++;
}
}//************************************************
you spelled SpongeBob wrong
@@HAPPYGUYFACE HAHA LOL
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.
A kind of educator you do not want to miss. Thanks Bro.
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.
Even with my bad english I can understand you better, than my Java teacher in Austria.
Relatable
Hey, i also study computer science in Austria. Where do you study
you mean australia?
@@raresmihasca6364 wait till you find out about Austria existing
The best -- no BS -- explanation of the static keyword.
Another day, another great Java tutorial from Bro Code!
I spent my entire Sunday trying to figure this out. Thank you.
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
probably one of the most comprehensive java tutorials, without cutting corners :D
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!!!! ❤️❤️❤️❤️❤️❤️❤️❤️😊😊😊😊😊
Very well explained! Never understood this concept until now. Thank you!
His Playlist deserves more views than this tbh. Thanks A lot man
Ditto
Straight up love you man
Why is no one else watching your vids
+1 to more views! The way you explain is so clean, thanks a ton!
MY support will keep this channel running :)
Honestly man, you are one of the best person to learn coding from. 😊
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
You really enjoy learning programming with this Bro!
after 4 years of java i now finally know how static works
bro ur channel is literally a gold mine
The static keyword took me a long time to understand, your video really helps.
Thx bro didnt understood thru any websites your explanation is simple and clear
Bro, you made this so much simpler than two weeks of my professor’s lessons.
I am watching your videos to learn java and it helps a lot. Thank you man!
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.
explained simplly and clearly!
Great courses so far !!! Thanks so much
Amazing skills to explain in a simple way. Thank you!
perfect explanation... many other didnt really clarified
very good and clear explanation, thank you very much
i like your explanations ;)
Good job explaining that Bro!
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!
Thanks for the video
Very clearly explained
Dude I could kiss you right now. You probably saved me from failing my OOP class. This video legit changed my life
yay!
This video made me fall in love with your channel
Thank you bro. You're really clearing my doubts
thanks for sharing
Very clear and helpful
Thank you for wonderful video
great explanantion
finally, a simple explanation of static
Great explanation
nice video
thank you so much Bro. I saved the entire course
very good video thanks
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.
Truly the best! Cheers
BRO ............ goddamn you're wonderful, keep it up much much love 💪💪
2022- you are the best teacher
thx man, your videos are helping me a lot
Good tutorial.
Bro is ultimate bro!
Nice
You are an OG for this
Thank you Bro, by the way which video explains the static classes ?
very useful video
Thanks for the wonderful explanation!
Great explanation, thx!
i wanted to like this vid more than one time 💖✨ keep it up buddy'
Simple and easily understandable , thanks bro ✌
Bro has the power to explain
so good
Best❤❤❤❤
Thanks for the tutorial!
i couldn't help not commenting lol. thanks for this amazing video bro
Appriciate the knowledge bro
man what can i say, finally understand this shit thank you my bro, god bless you😭
Thank you Bro for your effort 👍👍🙏🙏🙏
You're the best......man!!!
nice
Great explanation, thank you. Subbed!
Excellent vids. So useful.
This was such a great help, thank you so much!
dude youre great even better than my professor :D
Thanks
I love learning w this bro
Good Job Bro 💞
Thank you for your fabulous content, bro!
Great explanation but i am still confused. I think i am stupid.
Nice.
tanks man, you're helping me so much with yours videos.
spasiba
Ur the best bro
Great videos bro!!
Hey TH-cam algorithm!! HERE is where you should pay your attention!!
so its like an arraylist of methods or variables? is static void better than hashmap when it comes to memory?
Thanks, for making this video. It was very helpful!
We need more "Java" videos
great video!!! I'm infinitely grateful for your dedication and big heart to share this knowledge with the world. Thank you soo much
Thank you bro, here's a comment for the algorithm
What's up Bro! Liking your style a lot!. It Took me a while to grasp difference between static and non-static members.. or class- and instance variables. But with your excellent explaining it finally makes sence. It can get so confusing if you mix field and method variables in the mix,
A kind of educator you do not want to miss. Thanks Bro.
33th. Thank you, ma Bro Sensei
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:
Bro you are the best ))
thank youuu broooo
Thanks, Bro! ☕ You're awesome!
you are th best
\
What apps or sites can be practiced