Java Programming for Beginners – Full Course

preview_player
Показать описание
Learn the Java programming language in this complete beginner's course. You will learn all the main features of Java (version 17) and how to use Java for your own projects.

✏️ Farhan Hasin Chowdhury created this course.

🏗 Replit provided a grant that make this course possible.

⭐️ Contents ⭐️
⌨️ (0:00:00) Hello World
⌨️ (0:06:39) Variables
⌨️ (0:13:12) Data Types
⌨️ (0:20:27) Operators
⌨️ (0:47:33) Strings
⌨️ (1:16:42) User Inputs
⌨️ (1:35:13) Conditional Statements
⌨️ (1:46:38) Switch Cases
⌨️ (1:55:59) Arrays
⌨️ (2:27:45) For Loops
⌨️ (2:47:22) While Loops
⌨️ (2:50:20) Do...While Loops
⌨️ (2:52:02) ArrayLists
⌨️ (3:12:25) HashMaps
⌨️ (3:28:38) Object Oriented Programming

🎉 Thanks to our Champion and Sponsor supporters:
👾 Raymond Odero
👾 Agustín Kussrow
👾 aldo ferretti
👾 Otis Morgan
👾 DeezMaster

--

Рекомендации по теме
Комментарии
Автор

Hace tres días empecé java y ahora ustedes sacan video, siempre me leen la mente cuando necesito algo jajajja mil gracias

rominaprograma
Автор

Thank you so much for making this! It's been awhile since I first learned & use Java and now I have to re-learn it. You made this complex language a lot more understandable & approachable.

mrfritz
Автор

Great refresher for relearning Java. It's been a while since I coded in it. You went into easy to understand detailed explanations. Especially on OOP. Thank you so much for making this!

mehlover
Автор

@Freecodecamp - please create an advanced java course and do a couple of projects as well in Java, Spring boot etc. kind request.

karthikeyanrm
Автор

Thank you Farhan Hasin Chowdhury for a great course of Java!🙏

violettfilipp
Автор

Thank you for making this Farhan. It has been a pleasure spending time with you!

bluesquare
Автор

In the ArrayLists part of the video, as of the the current time, you can use the set() method without using Integer.valueOf() just to set the value and Java will automatically figure it out. Take the example in the video, you can write it as .set(2, 30) and it works just fine. This goes the same for the contains() method.

thienhuynh
Автор

I think the basic concepts are easy to find and learn. A lot of students needs good and detailed tutorial on OOP concepts.
Though you guys are the real W

learnwithbasics
Автор

I sat through and coded for 6 hours 30 minutes, along with you and i feel like i am on another level of understanding it now! You should be my Uni Professor :)

YouTubeTOS
Автор

Done with this!!
Thank you Farhan sir!

code
Автор

Honestly, Freecodecamp has done so much in the decentralization of knowledge. Although, it seems to be there is a lack of Java content, specifically in the SpringBoot projects. But take my rant as a sidenote while I enjoy and digest this Java content. As always, freecodecamp rocks!!

YadiAnyankah
Автор

Im glad this is so new! Im taking my first java class in college!

shotarcherz
Автор

Thank you so much for this absolute awesome course, here I start my Java journey

vinitrech
Автор

Thank you so much! You did an excellent job. 🎉 Enjoyed learning with you, Farhan.

vedant
Автор

Thank you for the modular and balanced presentation.

Dreamprime
Автор

Thx for free courses and sharing knowledge for all 🙏
I learnt a lot from FCC ...thank You 💜

lll
Автор

He is amazing! Thank you, Farhan Hasin Chowdhury

LostAlienOnEarth
Автор

You've help me a lot in my coding learning path. I want to start working soon to support all the effort you are making

erickmarroquin
Автор

It's nice see someone from Bangladesh doing great work in international plateform . I love your tutorial and Thanks you for doing this <3

aliazgarrakib
Автор

Great video. Thanks freeCodeCamp and Farhan.Just one correction at 3:12:00, that doubling the arraylist is not always correct.For eg : if your input arraylist is [2, 4, 5, 1, 3, 6] then it will give [8, 4, 10, 2, 12, 6] because of the indexOf logic .(It doubles 2 to 4 in the first iteration and in the second iteration again doubles the 4 which actually was doubled from 2 rather than doubling the 4 at index 1)

keshavvats