Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

왜 꼭 자바 8과 자바 11일까? 그리고 자바 17버전 #10

Open
sendkite opened this issue Aug 15, 2022 · 1 comment
Open

왜 꼭 자바 8과 자바 11일까? 그리고 자바 17버전 #10

sendkite opened this issue Aug 15, 2022 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@sendkite
Copy link
Contributor

주제

  • 자바 8이 많이 쓰이는 이유

선정 배경

알쓸신잡

본론

    1. LTS 버전이다. (Long Term Support) : 장기간 유지보수 지원한다는 뜻
    1. 자바 11, 17 역시 LTS 이다.
    1. LTS 이외 버전은 새로운 기능의 빠른 추가를 위해 6개월마다 출시(매년 3월, 9월), 그러나 버그 fix나 maintenance(업데이트, 패치)는 지원하지 않음. 서버 운영 용도로는 LTS 버전이 지향된다.
    1. 운영 서버에서는 8, 11, 17 중에 하나를 사용하고 있어야한다.

[출처 java ]{https://www.marcobehler.com/guides/a-guide-to-java-versions-and-features#:~:text=What%20is%20the%20latest%20Java,(LTS)%20after%20Java%2011.}

@sendkite sendkite added the question Further information is requested label Aug 15, 2022
@sendkite
Copy link
Contributor Author

자바 8은 자바 이용자 약 80% 이상이 사용하는 기능으로 밥벌이에 중요함

@sendkite sendkite self-assigned this Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant