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