일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 리팩터링
- 버튼 이벤트
- python
- 27G2
- 맛집
- 출력
- 파이썬
- spring boot
- JavaScript
- r
- CodeUP
- 에러
- 시작
- Android Studio
- 방법
- 자바
- 변경
- 코드업
- 안스
- 설치
- 예제
- 점심
- java
- JDK 8
- 안드로이드 스튜디오
- 설정
- 반복문
- 안드로이드
- 2차원 리스트
- 자바스크립트
Archives
- Today
- Total
목록JAVA/helloworld (2)
기루 기룩 기록
[JAVA] ubuntu - openjdk 8 설치
설치 명령어 sudo apt install openjdk-8-jdk 설치 확인 java -version
JAVA/helloworld
2021. 12. 21. 15:57
[Java] Locale class
https://docs.oracle.com/javase/8/docs/api/java/util/Locale.html Locale (Java Platform SE 8 ) getDisplayLanguage public String getDisplayLanguage(Locale inLocale) Returns a name for the locale's language that is appropriate for display to the user. If possible, the name returned will be localized according to inLocale. For example, if the locale docs.oracle.com
JAVA/helloworld
2021. 10. 20. 13:11