Java中方法的返回值类型

无返回值:void

有返回值:(基本数据类型)byte、short、int、long、float、double、boolean、char

(引用数据类型)String、类、接口、数组