自动装箱拆箱

package how2j;class public class test05 {     public static void main(String args[]){         byte b=2;         short s=3;         float f=4.0f;         double d=5;                  //装箱         Byte
相关文章
相关标签/搜索