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