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 | 29 | 30 | 31 |
Tags
- xargs
- vscode
- tomcat
- 줄바꿈 문자
- GIT
- Mac
- context
- find
- Source
- Windows 10
- ssh
- IntelliJ
- grep
- netsh
- 단축키
- plugin
- resource
- bash
- 네트워크
- Eclipse
- JavaScript
- maVen
- web.xml
- profile
- Quartz
- port
- Windows
- lsof
- import
- VirtualBox
Archives
- Today
- Total
develog
Primitive Variable 본문
Primitive Variable | bit | byte |
boolean | 8 | 1 |
char | 16 | 2 |
byte | 8 | 1 |
short | 16 | 2 |
int | 32 | 4 |
long | 64 | 8 |
float | 32 | 4 |
double | 64 | 8 |
'Dev > Java' 카테고리의 다른 글
[java] JSP (0) | 2012.11.14 |
---|---|
[java] JSTL (0) | 2012.11.14 |
Primitive Variable, Wrapper Class (0) | 2012.11.12 |
spring version 확인 (0) | 2012.11.08 |
Spring 3 Annotations (0) | 2012.11.06 |
Comments