Home Java基础知识
Post
Cancel

Java基础知识

基本数据结构

字符型 char

数值型 byte short int long float double

布尔型 boolean

方法

语法结构:方法包括方法头和方法体,方法头又可以分成修饰符、返回值类型、方法名和参数列表,因此方法包括 5 个部分。方法名和参数表共同构成 方法签名

参数

方法重载

递归

This post is licensed under CC BY 4.0 by the author.