Guide to Java Versions and Features - DZone Java
In this guide. we will look at the differences between Java distributions and an overview of Java language features, including Java versions 8-13.
dzone.com
해당 링크 번역
You can use this guide to find and install the latest Java, understand the differences between Java distributions (AdoptOpenJdk, OpenJDK, OracleJDK, etc.), as well as get an overview of Java language features, including Java versions 8-13.
너는 자바 배포별 차이점을 이해하기 위해서 이 가이드를 이용할수 있고, 최신 자바를 설치할수 있다.
뿐만아니라 자바 언어 ( 8 ~ 13 버전) 특징의 개요를 얻을수 있다.
Background Information
First, let’s have a look at some common, practical questions that people have when trying to choose the right Java version for their project.
If you want to learn more about a specific version, go to the AdoptOpenJDK site, choose the latest Java version, download, and install it. Then come back to this guide to and still learn a thing or two about different Java versions.
배경
첫째로 사람들은 그들의 프로젝트에서 올바른 자바 버전을 선택할때, 일반적이고 실용적인 질문들을 살펴보자
만일 너가 구체적인 버전을 배우길 원한다면 AdoptOpenJDK 사이트를 가고, 최신버전을 선택해서 다운로드 받아라 그리고 설치해라
그런다음 이 가이드로 돌아와서 두 버전사이에 차이점에 대해서 배워라?
What Java Version Should I Use?
As of September 2019, Java 13 is the latest released Java version, with newer versions following every 6 months — Java 14 is scheduled for March 2020, Java 15 for September 2020, and so on. In the past, Java release cycles were much longer, up to 3-5 years!.
어떤 자바 버전을 사용해야하는가?
2019년 9월 자바 13버전이 최신버전으로 릴리즈 되었다. 새로운 버전은 6개월마다 새롭게 나오고
자바 14는 2020년 3월 예정되어있다.
자바 15는 2020년 9월,
과거 자바 릴리즈 사이클은 3~5년 정도로 길었다

5.0은 04년도 9월
6은 06년도 9월
7은 11년도 7월
8은 14년도 3월...
With that many new versions coming out, there are basically these real-world usage scenarios:
- Legacy projects in companies are often stuck using Java 8 (see the "Why Are Companies Still Stuck On Java 8?" section below). Thus, you will be forced to use Java 8 as well.
- Some legacy projects are even stuck on Java 1.5 (released 2004) or 1.6 (released 2006) — sorry, pals!
- If you are making sure to use the very latest IDEs, frameworks, and build tools and starting a greenfield project, you can, without hesitation, use Java 11 (LTS) or even the latest Java 13.
- There’s the special field of Android development where the Java version is basically stuck at Java 7, with a specific set of Java 8 features available. Or, you can switch to using the Kotlin programming language.
새로운 버전이 출시됨에 따라 실제 세계의 이용 시나리오는 아래와 같다? ->
새로운 버전이 출시됨에 따라 실제로 다음과 같은 시나리오들이 발생한다 (이런 뜻인가..)
- 회사의 레거시 프로젝트들은 자바 8안에서 자주 막힌다. 따라서 너는 어쩔수 없이 자바 8을 사용하게된다.
- 어떤 레거시 프로젝트들은 2004년에 혹은 2006년에 배포된 1.5와 1.6 버전에 막히기도 한다.
- 만일 너가 최신 IDE, framework, 빌드툴 그리고 greenfield Project를 사용하고 있다면, 주저없이 자바 11을 사용할수 있다. 심지어 13버전까지도
- 안드로이드 개발 분야에선 자바 7을 에 막힌 경우가 있고, 구체적으로 자바 8의 기능을 이용하기 위해선 너는 코틀린 프로그래밍언어로 전환할수 있다.
########아직 미완성
'영어공부' 카테고리의 다른 글
JAVA vs NODE (0) | 2022.06.27 |
---|---|
Is the single page application the new normal? (0) | 2022.06.04 |
JavaScript Data Types (0) | 2020.02.12 |
JavaScript Variables (0) | 2020.02.12 |
JavaScript Comments (0) | 2020.02.12 |
Guide to Java Versions and Features - DZone Java
In this guide. we will look at the differences between Java distributions and an overview of Java language features, including Java versions 8-13.
dzone.com
해당 링크 번역
You can use this guide to find and install the latest Java, understand the differences between Java distributions (AdoptOpenJdk, OpenJDK, OracleJDK, etc.), as well as get an overview of Java language features, including Java versions 8-13.
너는 자바 배포별 차이점을 이해하기 위해서 이 가이드를 이용할수 있고, 최신 자바를 설치할수 있다.
뿐만아니라 자바 언어 ( 8 ~ 13 버전) 특징의 개요를 얻을수 있다.
Background Information
First, let’s have a look at some common, practical questions that people have when trying to choose the right Java version for their project.
If you want to learn more about a specific version, go to the AdoptOpenJDK site, choose the latest Java version, download, and install it. Then come back to this guide to and still learn a thing or two about different Java versions.
배경
첫째로 사람들은 그들의 프로젝트에서 올바른 자바 버전을 선택할때, 일반적이고 실용적인 질문들을 살펴보자
만일 너가 구체적인 버전을 배우길 원한다면 AdoptOpenJDK 사이트를 가고, 최신버전을 선택해서 다운로드 받아라 그리고 설치해라
그런다음 이 가이드로 돌아와서 두 버전사이에 차이점에 대해서 배워라?
What Java Version Should I Use?
As of September 2019, Java 13 is the latest released Java version, with newer versions following every 6 months — Java 14 is scheduled for March 2020, Java 15 for September 2020, and so on. In the past, Java release cycles were much longer, up to 3-5 years!.
어떤 자바 버전을 사용해야하는가?
2019년 9월 자바 13버전이 최신버전으로 릴리즈 되었다. 새로운 버전은 6개월마다 새롭게 나오고
자바 14는 2020년 3월 예정되어있다.
자바 15는 2020년 9월,
과거 자바 릴리즈 사이클은 3~5년 정도로 길었다

5.0은 04년도 9월
6은 06년도 9월
7은 11년도 7월
8은 14년도 3월...
With that many new versions coming out, there are basically these real-world usage scenarios:
- Legacy projects in companies are often stuck using Java 8 (see the "Why Are Companies Still Stuck On Java 8?" section below). Thus, you will be forced to use Java 8 as well.
- Some legacy projects are even stuck on Java 1.5 (released 2004) or 1.6 (released 2006) — sorry, pals!
- If you are making sure to use the very latest IDEs, frameworks, and build tools and starting a greenfield project, you can, without hesitation, use Java 11 (LTS) or even the latest Java 13.
- There’s the special field of Android development where the Java version is basically stuck at Java 7, with a specific set of Java 8 features available. Or, you can switch to using the Kotlin programming language.
새로운 버전이 출시됨에 따라 실제 세계의 이용 시나리오는 아래와 같다? ->
새로운 버전이 출시됨에 따라 실제로 다음과 같은 시나리오들이 발생한다 (이런 뜻인가..)
- 회사의 레거시 프로젝트들은 자바 8안에서 자주 막힌다. 따라서 너는 어쩔수 없이 자바 8을 사용하게된다.
- 어떤 레거시 프로젝트들은 2004년에 혹은 2006년에 배포된 1.5와 1.6 버전에 막히기도 한다.
- 만일 너가 최신 IDE, framework, 빌드툴 그리고 greenfield Project를 사용하고 있다면, 주저없이 자바 11을 사용할수 있다. 심지어 13버전까지도
- 안드로이드 개발 분야에선 자바 7을 에 막힌 경우가 있고, 구체적으로 자바 8의 기능을 이용하기 위해선 너는 코틀린 프로그래밍언어로 전환할수 있다.
########아직 미완성
'영어공부' 카테고리의 다른 글
JAVA vs NODE (0) | 2022.06.27 |
---|---|
Is the single page application the new normal? (0) | 2022.06.04 |
JavaScript Data Types (0) | 2020.02.12 |
JavaScript Variables (0) | 2020.02.12 |
JavaScript Comments (0) | 2020.02.12 |