I may by the oldest to finish your course. I'm 77 and was looking for something to do during this pandemic. My mom died of Alzheimer's and I'm just trying to maintain cognition. I enjoyed your course. I want now to hook up a DB & SQL. You did great by the way ... keep up the good work!
This was literally the only tutorial on java that did not bore me to death .....love from India
Hi sir. I respect and salute you. Spending 6 hours to share your knowledge is something we should really be thankful of. I was never lucky to have enough money to go to college. But my dream to become a programmer is stronger than my problem. I started self studying, I bought a cheap pc, bought a prepaid low budget router for my internet, and waited a long time to download many tools like android studio. I was very proud when I finished the very first android app I developed myself, and I accomplished that by watching Youtube tutorials and going to stackoverflow and github etc, but I know it will still take more time to learn, so I researched and found this video. People like you is a blessing for people like me. You earned a sub and the next time I am gonna need to know something about programming, I think I know now where to go. THANK YOU! I am a Filipino. I am gonna tell friends about this video.
For an internship interview, they're making all the candidates use only Java which no one saw coming since none of us need to learn Java at our uni. Also, they're challenging us by giving us only a day to prepare... So I'm quickly watching this video, it really helped! Thank you Caleb.
Honestly this is the most straightforward and clearest tutorial about learning Java basics .Caleb , thank you for your tutorial.:-)
“Come on Clair seriously?, it’s been like 4 years”😂😂😂
From cracking interviews in 2020 to re appearing for interviews, this is the best course out there.
I eventually made to the end of this video. so much emotional. It was like I'm graduating. Would like to thank u, and my parents for all the support
3:47:09 For anyone curious, the class method Array.equals() compares values as expected, but the instance method array1.equals() falls back to the equals method of the parent Object class, from which it was inherited, and that compares identities. Highly unintuitive but you see that the behavior has a reason once you delve deeper.
Just Finished! I'm 47 and learned on Pascal back in the early 90's. I thought I was going to become a programmer, but Object Oriented Programming confused me, and my life and career took a different path. Your Video finally explained it in a way I could understand and I get it now!!!!! I'm now on Codewars to practice this new found knowledge and I have a few ideas for Android APPs that I want to get going on. Excited to be programming again!
I've been a Security Architect for YEARS (make that decades, literally) and I haven't programmed since my Basic days. I've been using your video series to bring myself back up to speed and I've found this series to be extremely useful. Thanks for this!
2:35:36 Scanner scanner = new Scanner(System.in); String name = scanner.nextLine(); if (name == "Caleb" || name == "Clare") { System.out.println("Go away"); } else { System.out.println("Try again later"); } Thanks for making these videos!
I'm 20 minutes into this tutorial trying to get a refresher on the language and I can't begin to thank you enough. Java 1 was super easy and java 2 took a huge leap; plus I don't learn much from my professor. He types out logic and then expects everyone to understand it, rather than explain it like you do. You're a wonderful teacher and I hope you've gotten snagged up by some big tech company.
Just completed the entire series. Learned a lot. Thank a ton, Caleb!
By watching this video as a beginner now I have a pretty good understanding of JAVA programing, thank a lot Caleb for sharing knowledge :)
You are like a Jesus Christ. I am halfway through 70 hours Tim Buchalka's Udemy course, he takes a lot time for a topic. But man, you should be awarded a Noble Prize for teaching catagory.
The entire 100 part series without an advertisment for the same website every 5 minutes? Wonderful, Now I can learn the entirety of Java before midnight tonight. Thx Caleb.
your online java series is the most indepth out of the free ones , videos from other creators just stop at loops and do not teach much so thank u caleb for your sincere efforts , ur videos are really giving me an edge over my peers.
Dude!?....you are a GODSEND for SURE...I've literally watched all your tutorials....C...C++....and now JAVA!!!??? Thank you Mr. Curry....for taking the time to teach!!!
@codebreakthrough