This article introduces the Java memory diagnostics feature. It helps quickly identify the root causes of abnormal memory usage in Java applications from the application and OS perspectives.
This article delves into the implementation of AOP on the Java platform, focusing on the Spring AOP framework and its limitations when applied in real-world projects.
This article discusses the necessity and practical methods for the strategy of migrating from a testing environment that uses PowerMock to one that only uses Mockito.
This article describes the process of upgrading from JDK 8 to JDK 11, the enhancements after the upgrade, and new features in JDK 11.
This article offers multiple techniques when constructing string objects in multiple JDK versions (with examples).