Skip to content

romantorrex/java-ocp11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCP 11

Code to practice for the certification exam IZO-819

Modules

The code related to modules is under the directory named modules. You can compile a module with the following command:

// Example of how to compile the module named module.a
cd modules
mkdir classes
javac -d classes --module-source-path "./*/src/main/java" -m module.a

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages