Skip to content

Commit 71909c0

Browse files
authored
Update JavaLecture2.java
1 parent 9f0c8fd commit 71909c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

JavaLecture2.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ public static void main(String[] args) {
66

77
java.lang.System.out.println("Hi Java");
88
// jdk-15 --- JDK (Java Development Kit)
9-
// java.base --- Defines the foundational APIs of the Java SE Platform
9+
// java.base --- Module (Defines the foundational APIs of the Java SE Platform)
1010
// java --- Package
1111
// lang --- Sub Package
12+
// java.lang --- Pacakge (Provides classes that are fundamental to the design of the Java Programming Language.)
1213
// System --- Class
1314
// out --- Field
1415
// println() --- Method

0 commit comments

Comments
 (0)