Zero to Hero
Published 2021. 8. 17. 16:18
IntegerCache Shorts
 

Java Integer Cache - Javapapers

This Java article is to introduce and discuss about Integer Cache. This is a feature introduced in Java 5 to save memory and improve the performance. Let us first have a look at a sample code which uses Integers and showcases the Integer Cache behavior. Fr

javapapers.com

 

 

 

Java Wrapper Class 의 캐싱

Wrapper Class Java에는 Primitive Type을 Reference Type으로 사용하기 위해서 만든 Wrapper Class가 있습니다. Primitive Type Wrapper Class byte Byte short Short int Integer long Long float Float double..

feco.tistory.com

 

'Shorts' 카테고리의 다른 글

Optimization for String Concatenation  (0) 2021.11.01
InnoDB Isolation Level, Lock, JPA Lock Strategy  (0) 2021.10.31
JPA FlushModeType, Nested @Transactional  (0) 2021.10.31
profile

Zero to Hero

@Doljae

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!