Java is a general-purpose programming language. Learn how to program in Java in this full tutorial course. This is a complete Java course meant for absolute beginners. No prior programming experience is required. Course created by Tech with Tim. Check out his channel: 🤍🤍youtube.com/channel/UC4JX40jDee_tINbkjycV4Sg ⭐️ Course Contents ⭐️ ⌨️ (0:00:00) Introduction ⌨️ (0:06:18) Variables & Data Types ⌨️ (0:17:55) Basic Operators ⌨️ (0:29:36) Input and Scanners ⌨️ (0:38:40) Conditions and Booleans ⌨️ (0:49:54) If/Else/Else If ⌨️ (1:00:08) Nested Statements ⌨️ (1:07:18) Arrays ⌨️ (1:15:29) For Loops ⌨️ (1:24:46) For Loops (Continued) ⌨️ (1:34:10) While Loops ⌨️ (1:40:50) Sets and Lists ⌨️ (1:55:25) Maps & HashMaps ⌨️ (2:07:46) Maps Example ⌨️ (2:16:09) Introduction to Objects ⌨️ (2:29:05) Creating Classes ⌨️ (2:44:06) Inheritance ⌨️ (2:57:50) What Does STATIC Mean? ⌨️ (3:07:02) Overloading Methods & Object Comparisons ⌨️ (3:17:37) Inner Classes ⌨️ (3:25:23) Interfaces ⌨️ (3:37:32) Enums Download the Eclipse editor: 🤍🤍eclipse.org/downloads/ Learn to code for free and get a developer job: 🤍🤍freecodecamp.org Read hundreds of articles on programming: 🤍medium.freecodecamp.org
Thank you so much, my comp Sci professor just straight jumped into the course without explaining the small crucial details leaving me really confused but your course has helped me a lot! Thank you!
GoXwIVyNvX0&t=31m11s 31:11
great tutorial! I use it as a repititorium for test preparation. One thing I noticed tough is, you said that with "==" used on two object, you check if they are the same object. I think the "==" only checks if the two objects have the same reference variable in the stack (so "bill" and "joe" in this case). Since they have different reference variables "==" returns false. If you wanted to check if they are actually the same object in the heap, you'd have to use the ".equals" method like bill.equals(joe). In that case it would return true of they are the same object, even if they are referenced by two different reference variables in the stack.
At GoXwIVyNvX0&t=9m34s 9:34 , whenever I line "System.out.println("hello_world" my console spits out "hello_world" instead of "5". Am I doing something wrong?
Really amazing tutorial Good job.🤩🫡
But I want to actually point out what you said at GoXwIVyNvX0&t=00h31m55s 00:31:55 that Scanner is a data type, this was quite confusing and I looked it up online and found out that Scanner is a class in java. util package that can take in different datatypes, and I just thought to share that.
Awesome teacher!
❤❤❤❤❤
GOLD
Explanation is good but we can't see the output because comments are showing on output
This is incredibly helpful!
I am at GoXwIVyNvX0&t=1m07s 1:07 with nested statements " if food equals pizza ... else " it is constantly showing error for this else. Did anyone had same problem Any help?
please let java die already
Thank you very helpful tutorial
I fell asleep with YouTube on and this is where I ended up when I woke up
You didn't mention actually installing the java sdk
Thanks Tim dawg
input and scanners
Funny, every time I find a good coding tutorial on the interwebs, Tech with Tim isn't far away.
learning this while learning UX, thank you!
Why do all Java people all look the same?