강의

멘토링

로드맵

BEST
Programming

/

Programming Language

Kim Younghan's Practical Java - Basics

Learn practical core Java object-oriented concepts easily via example code.

(5.0) 1,930 reviews

25,900 learners

  • yh
자바
실무
실습 중심
입문자
Java
oop

Reviews from Early Learners

What you will learn!

  • Java Object-Oriented Programming

  • Object, encapsulation, inheritance, polymorphism, abstraction

Ranked 1st in cumulative student enrollment in the domestic development field,
Kim Young-han's Practical Java, Made Right

Just knowing Java syntax? That won't do!

Former Woowa Brothers Technology Director, cumulative student enrollment surpasses 400,000
Why Kim Young-han Created Java Courses

•••

“I wanted to create a proper Java course that would produce real developers needed for real work.”

Why Use Java, an Object-Oriented Programming Language

Most modern software we develop in our practice is large-scale, requiring the collaboration of dozens to hundreds of people. When developing such large-scale software, the following aspects are crucial.

  • Code reusability

  • Modularization

  • Scalability and flexibility

  • Complexity Management for Abstraction

  • maintenance

Java is an object-oriented programming language. Object-oriented programming concepts like encapsulation, inheritance, polymorphism, and abstraction play a role in solving these problems , which is why Java is widely used in practice.

Therefore, object-oriented programming can be considered the most important core concept in Java.

Problems with the existing grammar-focused learning method

Unfortunately, many beginners to Java often only learn simple Java grammar. However, in object-oriented programming, understanding why and when to use a language isn't the key .

The problem is that many Java developers only study the grammar without understanding the essence of object-oriented programming (OOP), and so they realize this too late. I don't believe the learners are at fault. Most existing books and lectures focus solely on grammar .

Why Spring, the #1 Technology in Market Share, is So Difficult

And in practice, when using Java, you'll inevitably use it alongside a technology called Spring. So, after learning Java, you'll learn Spring next.

However, most developers find Spring extremely difficult. This is because Spring is a tool that makes object-oriented concepts easier to use. Therefore, a solid foundation in object-oriented programming is essential for learning Spring.

However, many developers simply learn Java syntax without understanding why object-oriented concepts are necessary. Naturally, Spring feels overwhelming, and countless developers give up halfway through.

Therefore, this lecture will look at the essence of object orientation,
By doing so, we aim to provide a solid understanding of the core Java concepts essential for practical use .

Kim Young-han's Practical Java Roadmap

This lecture is the second lecture in Kim Young-han's Practical Java Roadmap , and is intended for those who have learned basic Java grammar.

>> Introducing the Java Roadmap Guide to help you learn effectively and purposefully .

The lecture "Kim Young-han's Practical Java - Basics" is

About Java OOP
Those who want to learn

I studied Java, but
Those who want to build a solid foundation

Developer job seekers

Instead of abstract theories, learn the core of object-oriented programming through code.

In fact, object-oriented concepts like encapsulation, inheritance, and polymorphism are often difficult to understand even when explained in theory. This is because the concepts are often explained abstractly.

Therefore, this course explains all the core object-oriented code, step-by-step, using example code. The course begins with coding without object-oriented concepts, and then gradually introduces them, allowing you to experience the benefits firsthand through your code.

After learning, you'll naturally gain insight into object-oriented concepts as you work with me to transform existing code into better, object-oriented code. And along the way, you'll also learn the Java syntax needed to support object-oriented programming.

In this lecture, we will make it clear why object-oriented programming, which is the most important aspect of Java, is necessary.

Special features of this course

1) Our goal is none other than practice.

  • We cover the fundamentals that are frequently used in practice in depth and with certainty.

  • We boldly exclude features that are not used in practice.

Even with the same investment of time, some people excel while others struggle. Where does this difference come from? Java is so broad and requires so many features to learn. This is why many beginners often feel lost and lost.

If there are 100 Java features, there's no need to learn them all. Learning unimportant features that aren't used in practice is a waste of time. You shouldn't spend a lot of time learning features you won't use.

This course will save you time, so you can move on to the next step quickly.

2) Follow the code and understand naturally.

  • We provide numerous examples to help you understand the concepts naturally through code.

Think back to when you learned to swim. Programming is actually more about learning by doing, by actually following the code, rather than just understanding it in your head.

Rather than studying theory separately, I've structured the course so you can learn Java alongside me, as if you were swimming in the water. Even when explaining the theory, example code is provided to help you fully understand it. You'll naturally grasp the fundamentals as you follow along with the code.

3) We will show you the problem and solution together.

  • You can develop the ability to solve problems with code.

All programming is like solving a problem directly with code. If you've learned how to swim, you only truly master what you've learned by practicing it in the water.

This course emphasizes the process of learning through problem solving. To truly learn, you must be able to solve problems on your own, based on what you've studied. I also demonstrate the process of solving problems with you. You'll naturally learn from watching a developer with extensive practical experience like myself solve problems.

“Rather than thinking about what more I should teach, I thought more deeply about what absolutely must be known.”

My goal in this "Kim Young-han's Practical Java Roadmap" course is to cultivate capable developers with a solid foundation in the fundamentals necessary for practical work. I hope this course will help you gradually build a foundation in Java object-oriented programming, and I will help you become a successful developer.

Recommended for
these people

Who is this course right for?

  • For those who want to easily learn Java Object-Oriented Programming with code

  • Learned Java, but want to solidify basics.

  • Aspiring developer

Need to know before starting?

  • Kim Younghan's Java Introduction - First Steps in Java, Starting with Code Course

  • Java Basic Syntax (Variables, Operators, Conditionals, Loops, Arrays)

Hello
This is

559,469

Learners

36,767

Reviews

8,971

Answers

5.0

Rating

25

Courses

진짜 실무에 필요한 제대로 된 개발자가 될 수 있도록, 교육하는 것이 저의 목표입니다.

 

저의 개발 인생 이야기

EO 인터뷰 영상

개발바닥 - 시골 청년 개발왕 되다

취업과 이직에 대한 고민 해결

 

Curriculum

All

98 lectures ∙ (16hr 51min)

Course Materials:

Lecture resources
Published: 
Last updated: 

Reviews

All

1,930 reviews

5.0

1,930 reviews

  • suco님의 프로필 이미지
    suco

    Reviews 7

    Average Rating 5.0

    5

    100% enrolled

    I took all the basic lectures after the introductory lecture. If I had to pick the best part of Younghan's lecture, it would be 'Why?'. [Reason to learn] The answers to 'Why should I study this?' and 'Why is this important?' are so clear. It was very helpful to understand the concepts because he explained with examples when these concepts are used and how they are used in the field. [Solid examples] I felt this way from the Spring lecture, but I felt it even more through the Java lecture. You really thought a lot about each example and made it. Through this part, I realized that this is inconvenient, and that there is something that solves this. This process flows very naturally. [Coding habits] This Java lecture consists of many examples in each section. As Younghan emphasized, you should always try it out yourself. I think I could really feel the meaning. It helped me develop the habit of simply coding and checking when I was curious. If I had to pick a big difference between a book and a lecture, I think it would be that it is better to listen while coding and following along. [Recommendation for those in the field] I work with Java in the field, and I have studied many Java books, but I don't think I have ever approached it this easily and explained the concepts so clearly. Personally, the part about object-oriented languages was always like that. It was too difficult to approach just by reading the book. After learning through the lecture, I have a lot of regrets about not taking this lecture in college. I recommend it to those who are just starting out with Java, but I think it will also be a great help to those in the field who are working with Java to organize object-oriented languages once again. [Regrettable points] This lecture had absolutely no regrets! One thing I'd like to say for a better lecture is, I think it would be better if you showed the problem part of 'Problem and Solution' on one screen first. I often skipped the lecture a little bit to check only the problem part or to check which package and what name to create and solve, but I think it was a bit disappointing when listening to the lecture as if it were an actual lecture! I thought it would be a little smoother if you showed this part (problem description, problem solution package/class/method name) on one screen first. Of course! It's a very minor part..I can proceed while looking at the lecture materials! [Other urging] I'm having a baby in May 24. There's not much time left. Intermediate, advanced...Please release it quickly.

    • yh
      Instructor

      ㅋㅋㅋㅋㅋㅋ suco-nim, I really burst out laughing at the other urging you wrote at the end. I also sincerely appreciate the feedback you gave me regarding the problems and solutions. I'm working hard to prepare the intermediate version with the goal of releasing it in February or March^^! I hope you have a happy 2024 with your new family that is new but feels like it's always been there :)

  • ssimplebeer3038님의 프로필 이미지
    ssimplebeer3038

    Reviews 4

    Average Rating 5.0

    5

    34% enrolled

    Give up two chickens and take the class unconditionally The beginning of Java upward leveling Java is coming!!! Java is coming!!! Spring is coming!!!

    • yh
      Instructor

      Cherry Blossom Ending, thank you so much for listening and cheering us on!

    • lol

    • 😆😆😆 YangPang, get struck by lightning! Get struck by lightning!

  • ktony94123026님의 프로필 이미지
    ktony94123026

    Reviews 2

    Average Rating 5.0

    5

    100% enrolled

    I can't imagine how much thought went into preparing the PDF and each word of the lecture content yourself. 17 hours is not a short time, but it is a really compact lecture in itself. Regardless of your years of experience, if you lack basics or want to go back to the beginning and study Java properly once more, this is a lecture I highly recommend!

    • yh
      Instructor

      Lazy Loading, I am even more grateful that someone who always works hard has left a review like this :) I will always support you too!

  • dongheekim359님의 프로필 이미지
    dongheekim359

    Reviews 50

    Average Rating 5.0

    5

    5% enrolled

    Hello~ I took the Java course taught by the technical director of the elegant brothers For those who lack the basics It's great for re-learning the concepts If you have time, definitely listen to it!! Thanks to you, I gained confidence in Java Spring MVC JPA When handling data in the backend with Java I hope you will also produce in-depth intermediate and advanced courses that general developers may not know Thank you. Stay healthy and happy..

    • yh
      Instructor

      Mr. Kim Dong-hee, I heard that you studied hard and gained confidence, so it was worth preparing the lecture. I'm rooting for you!

  • cheolhojung님의 프로필 이미지
    cheolhojung

    Reviews 7

    Average Rating 5.0

    5

    28% enrolled

    It's really the best. While taking other lectures, I had questions like "Why is it used like this?" and "Why is this part like this?" while studying on my own. Everything is clearly explained. While studying on my own, I spent a lot of time trying to find answers to questions like "What is a class?" and "When do you use a constructor?"... I was able to get clear answers to those questions. I recommend you to go through the introduction and move on. If you have ever studied Java and object-oriented programming on your own and had questions that you couldn't clearly resolve, I highly recommend it. I'm really looking forward to the intermediate and advanced lectures. I hope I can take them soon.

    • yh
      Instructor

      Jung Cheol, I think a good developer is one who can always answer the fundamental question, "Why should I learn this technology?" :) I'm rooting for you!

Limited time deal ends in 5 days

$26.40

22%

$34.10

yh's other courses

Check out other courses by the instructor!

Similar courses

Explore other courses in the same field!