2024-07-18Lang/Java约3371字Apache MavenMaven——The Project Management Tool for Java Development;介绍maven的基本使用,包括依赖管理,生命周期,分模块设计。
2024-02-10Lang/Java约518字Functional InterfaceSingle Abstract Method Interfaces (SAM Interfaces) are also known as Functional Interfaces. This article explains how to create and use SAM interfaces in Java.