modern java
-
[매일읽기] Working with New Generation of Java개발자 라이프/매일읽기 2020. 9. 3. 10:34
원문 : medium.com/swlh/working-with-new-generation-of-java-236e2dc38316 Working with New Generation of Java Java is the pioneer programming language that ruled the market from last 20 years and performing well. medium.com JDK 14에서 추가된 피쳐들을 살펴본다. 피쳐에 관련된 개선된 코드 비교는 원문을 참고하길 바랍니다. Try-with-resource statement 기존의 try-catch 문은 자원 해제를 위해 finally 문을 별도로 사용해야 했음 try-with-resource는 try 문에 아규먼트 형태로 변수를 초기화..