java 代码执行顺序
摘要:
new 一个对象时 :静态代码块 --普通代码块--构造方法--普通方法 public class Main { public static void main(String[] args) { Apple apple = new Apple(); apple.getName("hello"); } 阅读全文
posted @ 2022-02-15 10:38 cltt 阅读(33) 评论(0) 推荐(0) 编辑
posted @ 2022-02-15 10:38 cltt 阅读(33) 评论(0) 推荐(0) 编辑