Watching this content is like cheating, such amazing content content and it's free, plus you explain it very easy. I hope you continue your work, because these types of UA-cam channels are a life saver for learning new technologies or having a reminder on some topics. You are a real Bro! 🙌
Hey! Love your channel. Question: Any chance you could do a Java video about arrays and methods combined? For example, calling a method to update an array, using a method to check to see if an array ends with a specific character, etc? Thanks so much for considering, and thank you so much for helping all of us out!
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
Hey so, firstly, I want to say how much I appreciate these tutorials, they are Incredibly intuitive. Secondly, not sure if things have changed for arrays in Java recently but, I keep getting an “index cannot be resolved to a variable” error despite basically following these exact instructions and I’m a little stuck
Damn Bro! Not a single Dislike! You ROCK! How about making a series about AI as extension of python or Android as extension of java series, most tutorials are boring and not so elaborative like yours are, please make those series if you may
Thanks man, your 6 minute video taught me more than my professors have in 4 years, they taught me nothing, this is the only thing I know how to do in Java, please help...
so yeah i tired to call an array using a random number with only 3 arrays and set my random number limit to 3 i was still able to get all 3 of my arrays to show up which i find odd. and i am not sure if explained myself very well.
As a matter of fact, this is one of the best channels to learn programing in an easy way.
By your comment I will account on it
Man, I don't speak English, but your classes explained me better than my language classes.
Wow okay 😂
Ух ты!
também lol
This guy's voice sounds soothing as well.. Don't get me wrong, I'm not gay..but I like this dude's voice!
LOL… io anche se sono italiano capisco bene quasi tutto, e poi imparo anche nuovi termini oltre che a utilizzare java
Bro, Your classes are amazing!
You've helped me a lot.
thanks for watching Mohamad!
first-year freshman here and this man explained an entire subject my professor failed to explain in 3 hrs. AND DID IT IN 6 MINUTES.
cs professors should not be professors
@@ghemswz they quite literally do not know how to teach. Most anti social people trying to teach this is aids
@@ghemswzbro my professor sucks
I am used to PHP. For college I am learning Java. This is a new way of creating arrays for me 😅
super helpful! i am grateful to have discovered this channel
bros saving lives out here!!
really helpful video and good on explaining how Arrays work.
I have learned more from watching your videos then taking an online java class. Thanks for all your helpful knowledge.
You can also use an enhanced for-loop to iterate arrays and collections in java, it's called "for-each loop"
Watching this content is like cheating, such amazing content content and it's free, plus you explain it very easy.
I hope you continue your work, because these types of UA-cam channels are a life saver for learning new technologies or having a reminder on some topics.
You are a real Bro! 🙌
I agree, this channel is amazing
i appreciate the cars analogy as a mechanic
I love his explanation.
public class Main {
public static void main(String[] args) {
// array = used to store multiple values within a single variable
String[] cars = new String[3];
cars[0] = "Camaro";
cars[1] = "Corvette";
cars[2] = "Tesla";
for(int i=0; i
you forgot to pin
❤❤❤Thanks alot
marvelous job
Hey! Love your channel. Question: Any chance you could do a Java video about arrays and methods combined? For example, calling a method to update an array, using a method to check to see if an array ends with a specific character, etc? Thanks so much for considering, and thank you so much for helping all of us out!
Nice video and just what I was looking for!
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
Thank you from Brazil. I'm enjoying so much this serie.
this video actually helped me understand this concept. so grateful for this, thanks so much man!!!
cheers mate! The two top scored websites I looked at about java arrays didn't explain the `int[] arr=new int[3];`
watching video a day before exam gives you a good revision
I like how he sounds like one of those people you meet on discord (personal thoughts) so you feel like this guy is a friend teaching you coding
Subscribed! Your lessons are really good. Thank you Bro!
Great keep creating
thanks dude english isnt even my native language and you still explain it better then my teacher and a lot faster too
awesome.
Damn my brotha. Thank you, amd thank you for speaking my damn language!
So grateful to you!!!!!! Life saver
awesome explanation bruv keep going
Nice teacher👩🏫👩🏫👩🏫👩🏫👩🏫👩🏫
Hey so, firstly, I want to say how much I appreciate these tutorials, they are Incredibly intuitive. Secondly, not sure if things have changed for arrays in Java recently but, I keep getting an “index cannot be resolved to a variable” error despite basically following these exact instructions and I’m a little stuck
great lesson ! thanks
comemnts for stats! thanks bro! best content for learning to code!
Damn Bro! Not a single Dislike! You ROCK!
How about making a series about AI as extension of python or Android as extension of java series, most tutorials are boring and not so elaborative like yours are, please make those series if you may
Thanks man, your 6 minute video taught me more than my professors have in 4 years, they taught me nothing, this is the only thing I know how to do in Java, please help...
Great explanation
You just made everything so easy
Thank you for a clean, easy explanation.
Great video! Thank you and keep up the good work!
Fantastic
Nice
I can't speak English well but bro explained it better then my teacher in German. Thank you
Best
Bro, you're the best teacher everrr
Really helpful, thanks
no doubt , it's the best...! You are the King of Programmers
Clean explanation!
Please do some videos with Model View Controller project architecture! Great channel! Keep up the AWESOME WORK!
nice
Thanks for the info
So much easier than the way I was taught!!!
i call you my best teacher ....
thank you so much for explaining this, is there a way to also write this with a for each loop?
great lesson!
30 min of your videos have better explained this stuff in plain English than the oracle course that I'm taking.
Understood completely. 15th. Thank you, ma Bro Sensei!
Now it is so easy. Thank you
Thankyou very much sir.
Agree Bro , its clear for info damn!
cool information!
Nice.
Ty bro
Man, so much thank u!
nice channel
Thanks
😊
Supa bro
Thanks bro!
awesome dude
Great Job!
Ακόμα ένα video με Java, αυτή τη φορά με θέμα τους πίνακες.
thank you very much
Thanks!! Ur the best❤
thank u so much for this
It is easy to learn from this channel. Thank you BROCODE
thank you bro code i liked this video
Thank you so much bro very helpful video it😊❤
Pls what code editor is this
It’s cool
Thanks
bestttt
Thank you Bro Code. Your channel is awesome Bro
😍😍😍
2:19 one way to type Array........ 4:41 another way to type an Array
thank you bro
thanks my man
thx bro i love you
The channel name got me bro
great video!!! I'm infinitely grateful for your dedication and big heart to share this knowledge with the world. Thank you soo much
Thanks dude.
so yeah i tired to call an array using a random number with only 3 arrays and set my random number limit to 3 i was still able to get all 3 of my arrays to show up which i find odd. and i am not sure if explained myself very well.
thanks
Thanks a lot bro code ❤
✋👏
thanks bro
thanks man
Thank you, brooo
❤️👌💕
Thank u ء😍😍😍😍
thx 4 vid bro !
😇👍
thank you