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