Java static用法和原理详解

在 Java 中 static 关键字有4种使用场景,下面分别进行介绍:
1.static 成员变量
public class Student {
/…