Java 教程是为 JDK 8 编写的。本页中描述的示例和实践未利用在后续版本中引入的改进。
1 * 2 * 3
确定以下几种表达式语句:
aValue = 8933.234; // assignment statementaValue++; // increment statementSystem.out.println("Hello World!"); // method invocation statementBicycle myBike = new Bicycle(); // object creation statement