프로그래밍공부(Programming Study)/자바(JAVA)

자바 버전별 특징

Chaany 2022. 12. 3.
728x90

토이 프로젝트에서 개발환경 선정을 위해 버전별 특징을 파악해서 알맞는 것으로 고르기로 하였다.

 

해당 블로그 내용을 보며 가볍게 파악했다.

https://velog.io/@ljo_0920/java-%EB%B2%84%EC%A0%84%EB%B3%84-%EC%B0%A8%EC%9D%B4-%ED%8A%B9%EC%A7%95

 

java 버전별 차이 & 특징

Java 버전별 특징들을 찾아보면서 좋은 글이 있어 해당 글을 정리한 포스팅입니다.최신 Java 버전은 이제 6개월마다 따른다. 수많은 새로운 버전이 출시됨에 따라 기본적으로 다음과 같은 사용 시

velog.io

https://lob-dev.tistory.com/82

 

소소한 글 - Java Version 별 변경 내역 정리하기 (9~18)

회사에서 개발하는 레거시 프로젝트의 Version Migration 작업을 준비하기 위해 Java Version별 변경 내역을 조사하고 있는 내용입니다. 누락되거나 잘못 기술된 내용이 있을 수 있는 점 양해 부탁드립

lob-dev.tistory.com

자바 8버전 부터 대규 업데이트가 있었기 때문에 8부터 살펴보았다.

https://www.oracle.com/java/technologies/javase/8-whats-new.html

 

What's New in JDK 8

What's New in JDK 8 Java Platform, Standard Edition 8 is a major feature release. This document summarizes features and enhancements in Java SE 8 and in JDK 8, Oracle's implementation of Java SE 8. Click the component name for a more detailed description o

www.oracle.com

 

모든 버전에 대한 특징을 파악하기 위한 oracle 사의 내용

https://www.oracle.com/java/technologies/java-se-glance.html

 

Java SE | Oracle Technology Network | Oracle

Java SE at a Glance Java Platform, Standard Edition (Java SE) lets you develop and deploy Java applications on desktops and servers. Java offers the rich user interface, performance, versatility, portability, and security that today's applications require.

www.oracle.com

 

 

업데이트 내용 보며 궁금했던 키워드

fall-through/break

: https://monthlywoongah.tistory.com/22

 

switch문 Fall Through

switch Fall Through 금지! switch Fall Through란? switch 문에서 case 내에서 의도적으로 break문을 생략하여 다음 case로 이동 시키는 방법 위의 방식은 의도적으로 사용할 때도 있다. 그럴 경우에는 무조건 주

monthlywoongah.tistory.com

Multiline Strings

: https://www.techiedelight.com/ko/create-multiline-strings-in-java/

 

Java에서 여러 줄 문자열 만들기

이 게시물에서는 Java에서 여러 줄 문자열을 만드는 방법에 대해 설명합니다. 1. 문자열 연결(+) 사용 여러 줄에 걸쳐 있는 문자열을 연결하는 간단한 솔루션은 문자열 연결 연산자를 사용하는 것

www.techiedelight.com

스위치 표현식

https://mostadmired.tistory.com/127

 

[PMJ] Practical 모던 자바 - 스위치 표현식 (switch expressions)

스위치 표현식(switch expressions)에 대한 JEP 명세는 https://openjdk.java.net/jeps/361에서 확인할 수 있다. (해당 URL에 있는 예제를 이 블로그 포스트에서 활용하였다.) 스위치 표현식이라고 제목을 달았지

mostadmired.tistory.com

 

최신 LTS 버전인 17버전을 활용한 프로젝트 진행이 좋을 수 있다고 생각했다.

자바 14의 레코드도 사용해 보고 싶고 15의 Sealed Classes도 활용해 보고 싶었기 때문이다.

728x90

댓글