[Java] static 변수 이해하기
[Java] static 키워드 변수 이해하기 static static는 변수나 메소드에 키워드로 사용한다. static 변수 사용하기 (1) public class SeoulCity{ static String cityname = "서울"; public static void main(String[] args) { SeoulCity city1 = new SeoulCity(); SeoulCity city2 = new SeoulCity(); } } 위와 같이 SeoulCity 클래스의 cityname은 항상 서울이 될 것이다. city1과 city2에 static을 선언하지 않는다면 city1의 cityname과 city2의 cityname이 메모리에 각각 할당되어 사용된다. 하지만 static을 사용한 변수..
Dev/Java
2016. 2. 3. 16:11
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 인스턴트
- 직화
- Android
- 하카타
- GS25
- Picasso
- jar
- 돈돈
- 생성
- Custom
- 에러
- 예제
- 컵라면
- Android Studio
- Python
- 후쿠오카
- 일식
- MongoDB
- 라면
- library
- 안드로이드 스튜디오
- 맛집
- 라멘
- 일본
- 리뷰
- 안드로이드
- 편의점
- 설치
- Android Stuido
- java
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함