반응형
단원: 언어 기초 Lesson: Language Basics
변수 Variables
You've already learned that objects store their state in fields. However, the Java programming language also uses the term "variable" as well. This section discusses this relationship, plus variable naming rules and conventions, basic data types (primitive types, character strings, and arrays), default values, and literals.운영자 Operators
This section describes the operators of the Java programming language. It presents the most commonly-used operators first, and the less commonly-used operators last. Each discussion includes code samples that you can compile and run.표현식, 스테이트먼트, 및 블록 Expressions, Statements, and Blocks
Operators may be used in building expressions, which compute values; expressions are the core components of statements; statements may be grouped into blocks. This section discusses expressions, statements, and blocks using example code that you've already seen.제어흐름 스테이트먼트 Control Flow Statements
This section describes the control flow statements supported by the Java programming language. It covers the decisions-making, looping, and branching statements that enable your programs to conditionally execute particular blocks of code.
«
DopZaClub
»
반응형
'Java 배우기' 카테고리의 다른 글
Primitive Data Types 원시 데이터 타입 (0) | 2016.01.05 |
---|---|
Variables 변수 (0) | 2016.01.05 |
What Is a Package? 패키지란? (0) | 2016.01.05 |
What Is an Interface? 인터페이스란? (0) | 2016.01.05 |
What Is Inheritance? 상속이란 무엇인가? (0) | 2016.01.05 |
댓글