CodeGym
CodeGym University
학습
강좌
과제
설문조사 및 퀴즈
게임
도움말
학습 재촉 스케줄
커뮤니티
사용자
포럼
채팅
기사
성공 사례
활동
리뷰
구독
옅은 색 테마

레슨

  • 리뷰
  • 회사 소개
시작
학습 시작
지금 학습을 시작하십시오
  • 탐구 맵
  • 레슨
모든 탐구 자바 구문 자바 코어 자바 멀티스레딩 자바 컬렉션 JSP 및 Servlets Module 3. Java Professional Module 4. SQL & Hibernate Module 5. Spring Spring
모든 레벨 레벨 0 레벨 1 레벨 2 레벨 3 레벨 4 레벨 5 레벨 6 레벨 7 레벨 8 레벨 9 레벨 10 레벨 11 레벨 12 레벨 13 레벨 14 레벨 15 레벨 16 레벨 17 레벨 18 레벨 19 레벨 20 레벨 21 레벨 22 레벨 23 레벨 24 레벨 25 레벨 26 레벨 27 레벨 28
  • Primitive data types

    자바 구문
    레벨 2, 레슨 2
    It's time to talk about how variables are arranged internally. If you hear something about "primitive" types of data, it doesn't mean they're any worse than others. The designation only indicates that they're not composites. That is, a primitive type does not consist of any other types. Primitive and complex types are stored in different ways in memory.
    사용 가능
  • Creating objects

    자바 구문
    레벨 2, 레슨 3
    How do you like this line? Cat cat = new Cat(); At first, it's confusing: why are there cats and both sides, and why is it so complicated? In fact, this is the standard way to create an instance (object) of the Cat class, named cat. The keyword new signals that we are creating a new "cat". This lesson has the details about creating cats and other objects.
    사용 가능
  • Visibility of variables

    자바 구문
    레벨 2, 레슨 4
    Programs are divided into blocks. A block can be a class, or a method, or an operator. Java variables can be seen from one block but not another. This may seem superfluous to the beginner, but it's actually very convenient (and very important!). This lesson introduces you to variable scope and access modifiers.
    사용 가능
  • Different ways to create variables

    자바 구문
    레벨 2, 레슨 5
    There are different kinds of variables, and you can create them in different ways. For example, you can first create a variable and then (someday!) put a value in it. And you can do all this in a single line. You'll also learn the difference between creating primitive variables and creating objects (i.e. composite variables).
    사용 가능
  • Reference variables

    자바 구문
    레벨 2, 레슨 6
    This lesson teaches you about the important difference between primitive and composite variables. For example, primitive variables contain an actual, but all other variables contain the address of an object. An object and a reference to it are related approximately in the way a person and her home address are related. Accordingly, objects interact with each other using references, and not directly.
    사용 가능
  • Calling methods, returning values

    자바 구문
    레벨 2, 레슨 7
    A program without a method is like a planet without inhabitants. It could exist, but nobody would ever know. A method is a series of actions (or commands) combined under a single name. In fact, the method itself becomes a command, only a composite, more specific command. We'll learn to write methods and call them in other methods.
    사용 가능
  • Practice calling methods

    자바 구문
    레벨 2, 레슨 8
    Methods, or as they are also called — functions, work like this: they take a value (or several), rework them, and return a result... Or they don't return a result — such methods also exist. It's just like in life: any action can be represented as a function. It's time to complete several tasks with methods that return values.
    사용 가능
  • Full class name

    자바 구문
    레벨 2, 레슨 9
    A robot's full name consists of the manufacturer's name, the model, and a personal identifier. What about the full name of a class? You'll learn how to name classes properly so they can be accessed from anywhere. After this lesson, the name java.io.FileInputStream fileInputStream will be as clear and simple as "Albert Einstein".
    사용 가능
  • Useful links from the Professor – 2

    자바 구문
    레벨 2, 레슨 10
    As usual, at the end of the level the professor gives you additional literature to study. You don't need to read everything at once. Gradually progress (not at the expense of completing the tasks!) is very desirable. Perhaps after your reading, some topic previously shrouded in mystery will become understandable and instinctive.
    사용 가능
  • How a CPU Works in 100 Seconds // Apple Silicon M1 vs Intel i9

    자바 구문
    레벨 2, 레슨 11
    After working religiously to master Java fundamentals, you can relax a bit and watch a movie about Java! How a CPU Works in 100 Seconds // Apple Silicon M1 vs Intel i9
    사용 가능
  • You've leveled up!

    자바 구문
    레벨 3, 레슨 0
    The third motivational lesson prepared by CodeGym's super training specialist is about which plan is right and which is not, how competition affects success, and which professionals enjoy 80% of income. And you'll also learn about the widespread failures that await graduates.
    사용 가능
  • The simplest program

    자바 구문
    레벨 3, 레슨 1
    By the beginning of the third level, CodeGym students have already managed to write more than one program. They may not understand all of their elements, but everything is gradually falling into place. Now is the perfect time to discover some details regarding the main() method and...to install IntelliJ IDEA!
    사용 가능
  • 1
  • 2
  • 3
  • 4
  • 5
  • ...
  • 12
배우기
  • 등록
  • 자바 강좌
  • 과제 도움말
  • 가격
  • 게임 프로젝트
  • 자바 구문
커뮤니티
  • 사용자
  • 기사
  • 포럼
  • 채팅
  • 성공 사례
  • 활동
  • Affiliate Program
회사
  • 회사 소개
  • 연락처
  • 리뷰
  • 프레스 룸
  • CodeGym for EDU
  • 자주 묻는 질문(FAQ)
  • 지원
CodeGym CodeGym은 Java 프로그래밍을 처음부터 배울 수 있는 온라인 강좌입니다. 초보자들이 Java를 마스트할 수 있는 완벽한 강좌입니다. 즉시 확인할 수 있는 1200+개 이상의 과제가 포함되어 있으므로 Java 기본 이론을 배울 수 있습니다 . 확실하게 배울 수 있도록 동기부여 기능도 포함되어 있습니다. 여기에는 퀴즈, 코딩 프로젝트, 효율적인 학습과 Java 개발자 취업에 대한 정보도 포함되어 있습니다.
팔로우하세요
인터페이스 언어
프로그래머는 타고나는 것이 아니라 만들어 가는 것입니다 © 2023 CodeGym
MastercardVisa
프로그래머는 타고나는 것이 아니라 만들어 가는 것입니다 © 2023 CodeGym
This website uses cookies to provide you with personalized service. By using this website, you agree to our use of cookies. If you require more details, please read our Terms and Policy.