ALEX! OH MY GOSH. Thank you so much for these videos. I just started learning Java and my teacher is so sweet, but nobody really knows what is going on. I came across your videos and thought they were so helpful. I sent them to my class group chat and you literally have been teaching all of us so much. We have been able to code together and do our group projects successfully.
Thank you so much Alex! Online courses didn't really make my professor excell at her job and you cover SO MUCH of the curriculum! It's always amazing how much more of her classes I understand once I've seen your videos! They establish an amazing baseline to build off of while studying cs
Today, 29th, May 2021 is the day I have ever loved programming. I just failed to understand most things from my professor but you just make this easy for anyone to grasp. Thanks @Alex for this great work.
Just discovered your channel a few days ago. You make my life so much easier. My class suddenly change from using C++ to Java programming language and I never learn anything about java. I have already watched 40 of your videos so far and I plan to watch all of your java videos haha.
Dude u are awesome 😎. Just discovered your channel a week ago cuz i wanted to code and i did. Started coding and found a brand new thing to kill time in quarantine. Awesome man. Just awesome
As being an IT student I used to think python is much easier than java but after watching your videos and the way of teaching and Explaining Each concept very clearly I found out that java is also the same and familiar one. # Thank you Alex Lee for this java videos..💻💻💻
Hi Alex! I'm 20 and studying Computing at uni in Scotland, I love your videos, they are easy to follow and clear. Could you please bring a video on binary trees? Thanks a lot and keep on the good work
Oh man I'm about to finish my CS Associates taking my last 2 courses (Physics 2 and Calc 2). I have taken a Udemy course on the side and I think it has confused me more. Just found this video and it probably saved me. Seriously man you make it look easy.
Alex, could you please make a video on how to make a registration system using either a database or text file but mainly database... I have watched a lot of youtubers but you are the only one i understand..
i sat for hours trying to understand really what the hell a method is and then i came across this video. man you are amazing and I hope you succeed wherever you stick your foot in :). subbed.
Alex you're a blerrie legend watching java coding courses and then learning these key words when they don't explain it or give a very limited explanation
hey Alex, i have been subscribed since before your 500 subscriber mark, and i want to say congrats on making it to 77k in such a short time. I stopped watching around the time you hit 1k to learn c# and i just came back to pick up java. love the vids and congrats on your success.
Really can't thank you enough man!! Saved me a lot of time and explained MUCH better than my professor. Keep doing a great job and hope you have a merry Christmas.
This was an awesome video. Can you please tell me if we can have a variable no. of arguments? and can we set default values to parameters? Actually, I am new to programming and to java in general. 😍😍
I am new to programming. In the last example, when you called result1 and result2 in the main method. The program is not running. There must be something done regarding result1 and result2. Can someone help regarding this matter? Thanks in advance for whoever helps.
Hi Alex can you do a binary tree for your next tutorial and in general I think the Chanel is great but it has a lot of really beginner stuff so can you please teach some more advanced skills
$1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 bit.ly/3HX970h
ALEX! OH MY GOSH. Thank you so much for these videos. I just started learning Java and my teacher is so sweet, but nobody really knows what is going on. I came across your videos and thought they were so helpful. I sent them to my class group chat and you literally have been teaching all of us so much. We have been able to code together and do our group projects successfully.
YOU HAVE THE BEST EXPLAINING SKILL SIR.. I'VE WATCHED A LOT TUTORIALS BUT UR DABEST
thanks man!
dude I got like 2 Udemy courses and Alex teaches way better than those people who say they have 20 or so years of experience
@Caspian Jorge yall creepy asf
Agreed
Absolutely perfect explanation in such little time. Nobody could’ve possibly said it better
Thank you so much Alex! Online courses didn't really make my professor excell at her job and you cover SO MUCH of the curriculum!
It's always amazing how much more of her classes I understand once I've seen your videos! They establish an amazing baseline to build off of while studying cs
Today, 29th, May 2021 is the day I have ever loved programming. I just failed to understand most things from my professor but you just make this easy for anyone to grasp. Thanks @Alex for this great work.
Just discovered your channel a few days ago. You make my life so much easier. My class suddenly change from using C++ to Java programming language and I never learn anything about java. I have already watched 40 of your videos so far and I plan to watch all of your java videos haha.
Dude u are awesome 😎. Just discovered your channel a week ago cuz i wanted to code and i did. Started coding and found a brand new thing to kill time in quarantine. Awesome man. Just awesome
Tysm!!!! My programing teacher doesn’t explain things properly and you do it in 10m crystal clear!!!!
You are truly a savior! ❤
As being an IT student I used to think python is much easier than java but after watching your videos and the way of teaching and Explaining Each concept very clearly I found out that java is also the same and familiar one.
# Thank you Alex Lee for this java videos..💻💻💻
Very helpful! My teacher completely passed this and didn't take time to explain method parameters. Saved me a lot of time :)
Hi Alex!
I'm 20 and studying Computing at uni in Scotland, I love your videos, they are easy to follow and clear. Could you please bring a video on binary trees?
Thanks a lot and keep on the good work
God bless you i have a midterm and I am currently bingewatching your videos they're so helpful😩
Thank you! I'm taking a course on Java now and these videos are helping me lot!
Oh man I'm about to finish my CS Associates taking my last 2 courses (Physics 2 and Calc 2). I have taken a Udemy course on the side and I think it has confused me more. Just found this video and it probably saved me. Seriously man you make it look easy.
You motivated me to have a RUclips programming channel! Thank you!
The tutorials are great! Pls give this guy more subs lol
@@ceyda7156 I appreciate it! Thank you!!
Alex, could you please make a video on how to make a registration system using either a database or text file but mainly database... I have watched a lot of youtubers but you are the only one i understand..
Try commenting this on his most recent videos. Also I agree, Alex lee is the only understandable teacher.
Ever find one?
i sat for hours trying to understand really what the hell a method is and then i came across this video. man you are amazing and I hope you succeed wherever you stick your foot in :). subbed.
thank you so much, this video helped me understand parameters in only a few minutes!!
display(1);
display(2, 4, 12);
display(3, 12, 90, 45);
public static void display(int...numbers){
for (var number : numbers){
System.out.println(number);
}
}
YOU HAVE THE BEST EXPLAINING SKILL
Wow. So, SO helpful! keep it up.
Alex you're a blerrie legend watching java coding courses and then learning these key words when they don't explain it or give a very limited explanation
hey Alex, i have been subscribed since before your 500 subscriber mark, and i want to say congrats on making it to 77k in such a short time. I stopped watching around the time you hit 1k to learn c# and i just came back to pick up java. love the vids and congrats on your success.
Thank you, my teacher is a nice guy but not great at educating. This helped me a lot.
Thank you for your explanations it's very easy to follow. Keep up the good work!!
you have the best explanation skills
Really can't thank you enough man!!
Saved me a lot of time and explained MUCH better than my professor.
Keep doing a great job and hope you have a merry Christmas.
Beautiful explanation! Thanks a million times over
Hi Alex love from India, u r great teacher in Java
Dude i was so confused about methods. I could use it but not efficiently and not properly thanks a lot for explaining it
Golden video as per usual. Thank you Alex!
Big CS midterm coming up tomorrow. Thank you!!!!!!!
WOW ! thats a great explination bro
awesome video, explained it very well.
Thanks for the helpful tutorial!
You are the best.
Thank you!
Thank you so much for this explanation.
My God will bless you this week. :)
I'm finally learning!!!!!! Thank you!
Can you please do a video of implicit and explicit parameters
very helpfullllll thanks alex
You're great, Alex! :)
great video!!
His voice remember me of that tiktok where that guy says "Thats right it goes in the square hole" hahahahaha
You are the real mvp 🙏
thankss a lott for such great videoss pls keep it on been watching since java beginner tutor1 till now thanks a lot mentor!!!
100k subs alex bro its coming
Thank you it helps me and save me lot of time. What Java IDE your are using?
eclipse
Yay! Thank you!
So would you be able to use user input for the parameters, instead of having to put the strings ourselves?
nice thank you !
Hey there, how should I pass a generic method as an argument to another method? e.g void runA( ) has to be called in runB( )
This was an awesome video. Can you please tell me if we can have a variable no. of arguments? and can we set default values to parameters? Actually, I am new to programming and to java in general. 😍😍
Please do a video on web scraping with Java
obrigada de verdade! Ajudou muito!
Alex, can you make a tutorial video about Java reflection? I'm confused about it.
Hey Alex! You have 2 deleted video in javabasic2. Can u please tell me what they were about so ı can learn about them? Waiting for your reply.
So basically in a method parameter you have a datatype and an object that doesn't have a value. You declare the value in another method when called?
If one want to print the String parameter eg "Alex" multiple times, how do you achieve that?
this is so usefull video .
thanks
What about passing object as a parameter ?
Hi! Would you like to make a video about parameters passed by refference, please?
As great as my professors are sometimes I just need to hear it from a RUclips tutorial to really understand
Plz, make a video on Iterator
Alex, could you please make a tutorial about networkprogramming in java; i really like your videos:D
I am new to programming. In the last example, when you called result1 and result2 in the main method. The program is not running. There must be something done regarding result1 and result2. Can someone help regarding this matter?
Thanks in advance for whoever helps.
Can you make a video about polymorphism, I'm having so much trouble with it
And also, can you explain me can super keyword in java used to access the very super class in a multilevel inheritance?
We want to see you too when you explain everything.
Do more projects. thanks
whats the LINK TO HIS DISCORDDD
Why you always put static in your methods?
Pls do a StdDraw tutorial
Hello brother
i hope you're fine well.
i'm looking for your replay about my question.
thank you so much
well boys, time to make minecraft 2
This video is too great to be private
Hi Alex can you do a binary tree for your next tutorial and in general I think the Chanel is great but it has a lot of really beginner stuff so can you please teach some more advanced skills
I agree
Alex please make some projects to find a job. I'm desperately looking for projects, please!!!!!!!!!
Wowowowowowowowow
2
apoya mi canal dandole like
primero first
pooppooppooppooppooppoop
yo
Guys stfu concentrate on the lesson instead of ranting out whose first and whose second
Im Late
Hi, I'm desperately looking for a mentor in java. Can you please be my mentor?