Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- function
- 설치
- JavaScript
- 데이터베이스
- jsp
- 코틀린#클래스#상속
- 윈도우 #단축키
- 연락처 프로그램
- 상속
- 자바
- 파일 입출력
- 연산자
- javaservlet
- 오라클
- Method
- String
- springframework
- kotlin #return #jump
- GUI
- jQuery
- css
- array
- Java
- property
- spring
- html
- list
- Event
- File 클래스
- 다형성
Archives
- Today
- Total
목록data type (1)
Binary World
JAVA CLASS : 데이터 타입
* Primitive Data type : boolean, Numeric Type * Numeric Type : Integral Type , Floating-Point Type * Integral Type : byte, short, int, long, char * Floating-Point Type : float, double * Reasoning of classified is different of saving byte. It is necessary in optimization. byte : 1 byte =(8 bits) -> -128 ~ 127short : 2 byte = (16 bits) -> -32,768 ~ 32,767int : 4 byte = (32 bits) long : 8 bytechar ..
개발자의 길/JAVA
2016. 12. 29. 11:30