Getting Started with JAVA MODULES | JAVA 9

preview_player
Показать описание
✅ Java 9 introduces a new level of abstraction above packages, formally known as the Java Platform Module System (JPMS).

The Java Platform Module System specifies a distribution format for collections of Java code and associated resources. 
The Java Platform Module System brings several benefits to us I will list the biggest benefits below.
- Encapsulation of Internal Packages
- Startup Detection of Missing Modules

The Java Platform Module System is also referred to as Java Jigsaw or Project Jigsaw.
Java Module is a new feature in Java 9 via the Java Platform Module System (JPMS).
A Java module can specify which of the Java packages it contains that should be visible to other Java modules using this module.

In this video we are focusing on:
- how to create a single module
- how to create multiple modules
- how to add dependency between modules

I have used my favorite IDE: Intellij idea.

✍️ If you have any questions or doubts don’t hesitate to write them inside the comments section below.

––––––––––––––––––––––––––––––

⭐ Subscribe to my Channel to always keep updated about the new video:

––––––––––––––––––––––––––––––

🎵 Track Info:

Let's start and please enjoy the video.

#Java #JavaModule #Java9
Рекомендации по теме