Java (2) 썸네일형 리스트형 [Java] 02. 자료형(Data Type) Primitive Type 정수, 문자, 부울, 실수와 같은 단순한 값을 나타내는 가장 기본적인 데이터 유형이다. 이 유형은 Java 내에 내장되어 있으며 Object 가 아닌 원시형 데이터 이므로 메서드나 속성이 존재 하지 않는다. Object 보다 적은 메모리를 필요로 하고 스택에 직접 저장된다. 이 데이터 타입은 기본적으로 null 값을 가질 수 없으며 할당 없이 선언되면 각각 배정된 Default 값이 할당된다. Type Data Type bits bytes range of values Default Value Boolean 논리형 boolean 1 true or false false Numeric(Integral) 정수형 byte 8 1 -2^7 ~ 2^7-1 (-128 ~ 127) 0 Nume.. [Java] 00.Intro 1. memory 2. datatype 3. 자바의 객체지향프로그래밍 3.1 I. Object-Oriented Programming in Java 1.1 Classes and Objects 1.2 Inheritance and Polymorphism 1.3 Abstract Classes and Interfaces 1.4 Exceptions and Error Handling 1.5 Generics and Collections 1.6 Reflection and Annotations II. Advanced Java Concepts 2.1 Concurrency in Java 2.2 Thread Synchronization 2.3 Multi-threading and Parallel Programming 2.4 St.. 이전 1 다음