How to get list of all modules programmatically in Java 9?

Viewed 4709

How can I get list of all modules in current JVM instance via Java code? Is it possible? If yes, then how?

2 Answers
Related