Detailed explanation of Java construction method / garbage collection mechanism / brief description of JVM tuning / memory leak
Construction method Constructors, also known as constructors, are used to create and initialize objects. Detailed expl...
[JavaSE series] Java classes and objects, all things are objects
⭐ ♪ previous words ⭐ ️
This article introduces you to Jav...
Java learning -- JavaSE -- exception handling
Abnormal mechanism Java treats exceptions as objects and defines a base class java.lang.Throwable as the superclass of a...