Java 9 - useful commands to inspect Module
List modules\ 1 2 $ java --list-modules $ java --list-modules java.base
List modules\ 1 2 $ java --list-modules $ java --list-modules java.base
0. Never, ever use null for an Optional variable.\ Optional should be only used as a return value.\ never use it for a field in Class an...
1 2 3 $ docker log <container id> // show logs $ docker port <container id> // show port mapping $ docker inspect <container id> // inspect...
1 2 3 4 5 6 7 8 9 10 11 public void completionService(ExecutorService executor) { CompletionService<CustomTaskResult> completionService = n...
Angular 2 Development with TypeScript