InterviewSolution
Saved Bookmarks
| 1. |
What Is Module In Java 9? |
|
Answer» In Java 9, a new kind of PROGRAMMING component called MODULE has been introduced. A module is a self-describing collection of code and data and has a name to IDENTIFY it. In Java 9, a new kind of programming component called module has been introduced. A module is a self-describing collection of code and data and has a name to identify it. |
|