Java参数传递

Java中的参数传递 基本数据类型: 值传递 引用传递 基本数据类型: byte、short、int、long、boolean、float、double、char 每一个基本数据类型都有一个对应的封装类。 Byte、Short、Integer、Long、Boolean、Float、Double、Character 引用类型: 类、抽象类、接口 class、abstract class、interf
相关文章
相关标签/搜索