We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0c8fd commit 71909c0Copy full SHA for 71909c0
JavaLecture2.java
@@ -6,9 +6,10 @@ public static void main(String[] args) {
6
7
java.lang.System.out.println("Hi Java");
8
// jdk-15 --- JDK (Java Development Kit)
9
- // java.base --- Defines the foundational APIs of the Java SE Platform
+ // java.base --- Module (Defines the foundational APIs of the Java SE Platform)
10
// java --- Package
11
// lang --- Sub Package
12
+ // java.lang --- Pacakge (Provides classes that are fundamental to the design of the Java Programming Language.)
13
// System --- Class
14
// out --- Field
15
// println() --- Method
0 commit comments