This sounds pretty vague to me. How does the module system improve security and maintainability?It improves security and maintainability
About Question enthuware.ocpjp.i.v11.2.3108 :
Moderator: admin
-
- Posts: 18
- Joined: Thu May 23, 2019 11:58 am
- Contact:
About Question enthuware.ocpjp.i.v11.2.3108 :
The second option:
-
- Site Admin
- Posts: 10388
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Re: About Question enthuware.ocpjp.i.v11.2.3108 :
Not really. It is quite simple. Modularization prevents access to classes that are not intended to be accessed by others. This protection is provided by the JVM. This makes it more secure because there are less chances of exploiting any weakness.
Modularization also prevents unintented dependency on classes/packages of a library. This obviously makes an application more maintainable.
For more detailed discussion, you may go through this book or this book.
Modularization also prevents unintented dependency on classes/packages of a library. This obviously makes an application more maintainable.
For more detailed discussion, you may go through this book or this book.
Who is online
Users browsing this forum: No registered users and 9 guests