If you’re new to programming but want a career in tech, I HIGHLY RECOMMEND applying to one of Springboard’s online coding bootcamps (use code ALEXLEE for $1,000 off): bit.ly/3HX970h
i just want to thank you. You wont believe how much i learned from you vids lmao. I started coding six months ago by self-studying as a person who had no idea wth is coding. i went through some of you vids back then (and found out you stopped doing them haha) and now i have improved A LOT. glad you come back to do these vids! keep it up! :) and i will still support you whatever contents you do
I started watching your videos a few months back and it’s helped me out quite a lot. They are explained clearly and straight to the point! Glad to see you have more Java content coming because I need a lot my help with my code gym course. I know it’s a bit much to ask for, but are you able to do a video on how to find an area of a circle ⭕️ and the topic of Debugging?
love your videos man! you're a fantastic teacher! Any suggestions when doing validations and how to approach these? (i cant for the life of me know where to begin or how to approach these when having asked to do so)
Thx 🙏 Do you know similar program like python ide Thonny but for java? I mean there is a great debugger in Thonny It shows every step of program explicitly especially in arithmetic It's a lack for ittellij
public static T addNumbers(T... numbers) { T sum = (T) Double.valueOf(0); for (T num : numbers) { sum = (T) Double.valueOf(sum.doubleValue() + num.doubleValue()); } return sum; }
If you’re new to programming but want a career in tech, I HIGHLY RECOMMEND applying to one of Springboard’s online coding bootcamps (use code ALEXLEE for $1,000 off): bit.ly/3HX970h
So nice to see more Java tutorials from you!
I can't put into words how grateful I am for you and your videos, Alex. Thank you!
Hi Alex! Thank you so much for your continuous tutorials
i just want to thank you. You wont believe how much i learned from you vids lmao. I started coding six months ago by self-studying as a person who had no idea wth is coding. i went through some of you vids back then (and found out you stopped doing them haha) and now i have improved A LOT. glad you come back to do these vids! keep it up! :) and i will still support you whatever contents you do
5:46 All to often my code crashed on this one. Thanx for showing how to work around it.
Great to see you back Alex 🙏🏽 my developer roots stem from your classic Java videos! 😭
thank you so much for doing these!!!!! I have practically learned all my java skills from your videos!!!!!!!!
Love your tutorials!! You explain it in an easy way everyone can understand. I have learnt OOP by just watching your videos lol
I watched the video from my teacher. Understand nothing.
I decided to use RUclips and wow! I understand or at least I think so))) Thank you a looot))
Alex I love your java vid!!! Can you please make a vid on threading? ❤
Awesome to see u back bro you helped me pass my class ❤ much love to u
I started watching your videos a few months back and it’s helped me out quite a lot. They are explained clearly and straight to the point! Glad to see you have more Java content coming because I need a lot my help with my code gym course.
I know it’s a bit much to ask for, but are you able to do a video on how to find an area of a circle ⭕️ and the topic of Debugging?
thank u sir you have started making videos for java tutorials
they are very helpful for the students of java programming like me 😊
I love your way of explaining, thank you sir
Your tutorials helps me a lot in college ❤
Thank you very much!
love your videos man! you're a fantastic teacher! Any suggestions when doing validations and how to approach these? (i cant for the life of me know where to begin or how to approach these when having asked to do so)
OMG Alex, you are back to Java :D nice!
You are amazing Alex!
Thank you buddy! The video was helpful!
Like your style. simple and that is it. nice
thank you for this video, they have helped me a ton!
Thank you so much for your next tutorial
Very clear, thank you so much.
Well come back
Can you do a series on advanced java, that would be very much appreciated because I could not find any good videos on that area.
Make full Core java Playlist On your channel it will be very helpful for us I love your teaching
Thx 🙏
Do you know similar program like python ide Thonny but for java?
I mean there is a great debugger in Thonny
It shows every step of program explicitly especially in arithmetic
It's a lack for ittellij
Hey bro iam expecting more from you keep making videos
Welcome back...
Very helpful thank you :)
can u make a video about the sticky note
Heyy Alex please teach DSA
simple && easy to follow === thumbsUp( );
Unlike others, I already know Java. I watch this video just for seeing you handsome ❤.
How can I use it with strings?
🔥
❤!!
public static T addNumbers(T... numbers) {
T sum = (T) Double.valueOf(0);
for (T num : numbers) {
sum = (T) Double.valueOf(sum.doubleValue() + num.doubleValue());
}
return sum;
}