OCA/OCP Java Note (1): Java Building Blocks (1)
1. Understanding the Java Class Structure 1.1. Comments 注释有以下三种形式,其中最后一种用于Javadoc: // comment until end of line /* Multiple * line comment */ /** * Javadoc multiple-line comment * @author Jeanne and…
Read more