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
You beauty!!!! Best Teacher!!! you teach us not like viewers but as friends. and trust me i was just thinking about toString and was a bit confused and your video popped up and Boom Confusion no more . Love You keep it up ♥️♥️♥️♥️
Thank you for explaining just a bit more WHY we do the constructor and how it works. "The constructor determines what happens when an object is created" (or something like that). That was the piece I was missing.
I don't know how you explain things differently than any other teacher, but your videos have been the biggest help in learning this stuff by far, thank you!
It's because you already knew what to expect. Try learning absolutely foreign concepts from UA-cam, you'll be more lost than teachers teaching you their first time. .
The fact that I understood what the purpose of constructors were before the video ended says something about the hours and hours of lecture videos I saw of my professor. Thank you so much
thank you so much! We started this semester with Java and i was so lost until i found your tutorials. Also I've been looking for a toString tutorial forever!:D keep it up!
Seriously, I feel like the classwork is a bunch of mumbo jumbo. Then I come on youtube and dudes like you make it so much easier to understand. Thank you for putting forth the effort to make this understandable.
Love this. Especially that it explains constructors better than my classroom teacher. Now, that makes the toString method but how do we make a println toString in main if we had this all on one class. Thank you again!
Thank you so much for taking the time to pass along detailed overviews. I have taken several university-level programming classes and your delivery method surpasses that of my professors. I often feel frustrated by their teaching styles and my lack of long term retention with this subject matter. Your videos give me the confidence I need and help me to feel like I have actually learned something rather than just mimic methodologies from a book. I am interested in programming from a personal development standpoint and to build a better working relationship with many of my technology coworkers. Would it be possible to request a video on how to apply different operations to strings (.i.e, Random, Sorts, etc...)? I am struggling to find good information on how to apply these operations to custom classes.
U must understU must understand bro, u're my men, u're the leader! Thanks a lot homie! Warsaw '86 Appreciate what u doing for people in the world, share your knowledge!
Thank you, Alex! This cleared up the confusion I had with this method. It is kind of useful when you want to print something especially a class. Thanks.
Thank you for making another helpful vid! Keep up the good work :-) Your series is really useful for learning Java coming from python. This is basically the same as the __str__(): method in python.
Thank you so much for your hard work on making these videos, you are making complicated stuff easy and available, making the internet a better place:)) education industry (especially in CS) is lacking people like you XD
nice video on toString(). however, i have a question. what benefits does this have over a void method such as public void describe(){ System.out.println(student+ " "+name);} and a call to the method through s1.describe(); and s2.describe();. Could it be because of memory usage or time complexity 🤔. Just a newbie trying to learn java, TIA.
I love your videos! One thing: I could swear I typed everything into Eclipse just as you did, but after compiling it returned "0 Bruce" and "0 Jackie" .... Why is that?? In my constructor, inside the public class STudent, when I wrote "this.name = name", I can literally see that the name refers to the one inside the brackets of the constructor (because of the color); but in "this.studentID = studentID", the studentID doesn't.... (I write ID instead of Id, but I did everywhere).
Thanks the vídeo was so helpfull, but i have a question, what i need to do if i only want to print one variable with the text of the tostring and in the same time can print more variables?
Alex could u please tell us what is the coolest, or more functional program you had made? I just want to see if what I could be capable of If I keep learning from your vids 🥳
You can create an android app, using Java to scrape all the news headlines. It is easy, use the JSoup library to call URLs. It is really fun. You can also create an app that would alert you every time your favorite youtuber uploades a new video....
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 always go "awwwwhhh" everytime i watch your videos cause it's in your lessons that i get to understand everything 100%. Thank you 😊
haha
SAme
You beauty!!!!
Best Teacher!!! you teach us not like viewers but as friends. and trust me i was just thinking about toString and was a bit confused and your video popped up and Boom Confusion no more .
Love You keep it up ♥️♥️♥️♥️
toString() method is the most useful methods in Java. I really like it.
google reaaaaaaaaads your mind
Thank you for explaining just a bit more WHY we do the constructor and how it works. "The constructor determines what happens when an object is created" (or something like that). That was the piece I was missing.
I don't know how you explain things differently than any other teacher, but your videos have been the biggest help in learning this stuff by far, thank you!
It's because you already knew what to expect. Try learning absolutely foreign concepts from UA-cam, you'll be more lost than teachers teaching you their first time. .
The fact that I understood what the purpose of constructors were before the video ended says something about the hours and hours of lecture videos I saw of my professor. Thank you so much
Exactly what I said. Alex should be teaching at university level.
Thank you for the mention Alex!
thank you so much! We started this semester with Java and i was so lost until i found your tutorials. Also I've been looking for a toString tutorial forever!:D
keep it up!
I love the Java language! If you have any challenging problems, please post. I will help!
Keep up the good work Alex! Thank you so much for your videos!
thanks! :)
@@alexlorenlee bros on top of his class fasho💀
Finally!!! I was going bonkers trying to figure out toString. I had an inkling I needed a new class, but had no idea how to do it. Thank you.
You have a talent to teach Alex.
First place if I'm searching for simple explanation. Thank you 👍👊
Thank you very, very, very much. You have helped me and reached my goal👏
Seriously, I feel like the classwork is a bunch of mumbo jumbo. Then I come on youtube and dudes like you make it so much easier to understand. Thank you for putting forth the effort to make this understandable.
This was an incredibly simple, yet incredibly valuable piece of information, Alex. Thank you!
Thank you for all these videos! you are the MAN!
You make things so much more clear and concise. I salute you big dawg, pls keep these coming.
These videos are boss. Short, sweet, and to the point. Very helpful.
The best toString simplification yet. Thanks
your way of teaching is really unique
Thank you so much! I finally understood why/what 'toString' is.
Recently decided to try out java and found your channel. thanks for all the good content! defo subbed
Java is a great language, keep at it.
Love this. Especially that it explains constructors better than my classroom teacher. Now, that makes the toString method but how do we make a println toString in main if we had this all on one class. Thank you again!
Beautiful man absolutely loved it From India 🇮🇳
Thank you so much for taking the time to pass along detailed overviews. I have taken several university-level programming classes and your delivery method surpasses that of my professors. I often feel frustrated by their teaching styles and my lack of long term retention with this subject matter. Your videos give me the confidence I need and help me to feel like I have actually learned something rather than just mimic methodologies from a book. I am interested in programming from a personal development standpoint and to build a better working relationship with many of my technology coworkers.
Would it be possible to request a video on how to apply different operations to strings (.i.e, Random, Sorts, etc...)? I am struggling to find good information on how to apply these operations to custom classes.
Thank you so much for this tutorial!! The way you broke it down was amazing! I totally understand it now!
You are a great instructor. I hope your new adventure is spectacular!
Since I am taking classes in the fall, I am planning to use your vids as a way to refresh my Java skills :]
Keep up the good work, Alex.
This helped me a lot
Thanks, because of this I could complete my Car Dealership Project.
"Since it came packaged with a consusctor and a toString methond."
Ohhh, this looked a lot harder than it actually is! Thank you for explaining it so clearly :D
THANK YOU SOOOO MUCH>.... I've been stuck for like 3 weeks trying to figure this out ...It's so damn easy .Again ..THANK YOU
You are just amazing, I speak Spanish and my English is poor, but I understand more with you than with my Sp university teacher, thanks :)
Thank you! Your teaching style makes it much easier to learn not so easy matters!
waiting for ur next chill sesh ☕
Love your channel!! Any chance you could make a video on Lambdas?
U must understU must understand bro, u're my men, u're the leader! Thanks a lot homie! Warsaw '86
Appreciate what u doing for people in the world, share your knowledge!
Thankyou
Form making it easy to understand
You explained very well, keep up the good work
Alex You are fantastic .It is helpful lesson . you are Iron Man
Thank you, Alex! This cleared up the confusion I had with this method. It is kind of useful when you want to print something especially a class. Thanks.
But why can you return a int studentId in a String method??
Thank you Alex. I understood 100%🙌🏻💯
Briefly, interesting, understandable.
did anyone ever tell you that you have a great voice becuse you do
also thanks for saving my grades
You are a great teacher bro♥️♥️
good job bro and u are becoming the next bucky roberts
You are amazing man. Keep it up
I've waiting for this tutorial. Thank you :)
np :)
Thanks man ,you are really helping me
Really helped in my hour of need!
Awsome job done...please make more tutorials on java...
Great explanation Alex
Nice and easy Alex
Thank you for making another helpful vid! Keep up the good work :-)
Your series is really useful for learning Java coming from python.
This is basically the same as the __str__(): method in python.
Thank you for the great explanation!
Thank you so much for your hard work on making these videos, you are making complicated stuff easy and available, making the internet a better place:)) education industry (especially in CS) is lacking people like you XD
hello alex, thanks you for this video.
nice video bro thanks a lot keep it up!
this guy is saving my grade i swear
you're a legend thank you so much!
Can you make a tutorial about annotations or enums?
I think he already did one for enums
Can you make a video about underrated methods/Keywords that every programmer should know?
That is really good idea. I might do it.
Sound of keyboard is so satisfying.
very helpful, thank you a lot
thanks you helped me a lot
I love your videos!!
You saved my exam hhh thank youu
your videos are super helpful!! Any chance that you will make one about Streams? :)
Thank you! So helpful!! :D
Good morning sensei.
Alex, can you please make a tutorial on ArrayList and LinkedList?
Do you need a specific implementation of it, or you have specific program in mind?
I hope I can remember this method in my APCSA exam
Not sure if you've covered this in a different video, but have you gone over how to use java api methods like localDate? Love the videos
Can you please make a video on how to create ActionListeners for buttons because I have problems
Super content, thx!
Okay.... I take everything back.... I wrote a captial "s", where it should have been a small one XD XD
Now it works.
Thank you!
Thanks alot man
Thanks a lot!
Alex: Coding is Fun!
Me: Just for the Teacher
Legend Legend…… what a legend
nice video on toString(). however, i have a question. what benefits does this have over a void method such as public void describe(){ System.out.println(student+ " "+name);} and a call to the method through s1.describe(); and s2.describe();. Could it be because of memory usage or time complexity 🤔. Just a newbie trying to learn java, TIA.
Thank you so much
Big fan of your's
I love your videos!
One thing: I could swear I typed everything into Eclipse just as you did, but after compiling it returned "0 Bruce" and "0 Jackie" .... Why is that??
In my constructor, inside the public class STudent, when I wrote "this.name = name", I can literally see that the name refers to the one inside the brackets of the constructor (because of the color); but in "this.studentID = studentID", the studentID doesn't.... (I write ID instead of Id, but I did everywhere).
Thanks the vídeo was so helpfull, but i have a question, what i need to do if i only want to print one variable with the text of the tostring and in the same time can print more variables?
Thanks 😊
Watching this video, I had the intention to learn one thing. I learned five things.
Hello Mr Alex . Do you have any recommended game development books with java ?
Thank youuuu
Thank You!!!!
hey alex! could you consider to do a video about binary tree? it would be gold for me :)
Can you please make videos on projects based on java with backend connection
Alex could u please tell us what is the coolest, or more functional program you had made? I just want to see if what I could be capable of If I keep learning from your vids 🥳
You can create an android app, using Java to scrape all the news headlines. It is easy, use the JSoup library to call URLs. It is really fun.
You can also create an app that would alert you every time your favorite youtuber uploades a new video....
THANKS!
Thanks bro
thanks mate
do you have tutorial about swing?
Thanks 👍
Awesome!
thank you