📜  java代码示例中的实例块

📅  最后修改于: 2022-03-11 14:52:26.863000             🧑  作者: Mango

代码示例1
Instance Block
Executes in each object creation. 
  Constructor is executed even if
    you don't create one, compiler does it
    but initially, you have to declare it.