Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#61·fullstack-tutorial

Java 基础知识

Author: frank-lamCreated Sep 22, 2020Updated Sep 22, 2020

Java 基本类型

byte : 1 字节 short:2 字节 char:2 字节 int:4 字节 long:8 字节 double:8 字节

1字节 = 8 位

Source: frank-lam/fullstack-tutorial

View original on GitHubView discussion on GitHub