해커랭크 - https://www.hackerrank.com/ Prepare > Java > Introduction > Java Datatypes HackerRank HackerRank is the market-leading technical assessment and remote interview solution for hiring developers. Learn how to hire technical talent from anywhere! www.hackerrank.com Java에는 8가지 기본 데이터 유형이 있습니다. boolean : true 또는 false char : 단일 16비트 유니코드 문자 byte : 8비트 부호 있는 정수 short : 16비트 부호 있는 정수 int : 32비트 부..