일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 설정
- 에러
- 버튼 이벤트
- 2차원 리스트
- 변경
- 리팩터링
- r
- 맛집
- 점심
- spring boot
- 안드로이드
- 예제
- CodeUP
- 시작
- 설치
- JavaScript
- 자바
- 출력
- 파이썬
- 27G2
- Android Studio
- 안스
- 반복문
- python
- 자바스크립트
- 코드업
- 방법
- java
- 안드로이드 스튜디오
- JDK 8
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