About Question enthuware.ocpjp.i.v11.2.3011 :

Help and support on OCA OCP Java Programmer Certification Questions
1Z0-808, 1Z0-809, 1Z0-815, 1Z0-816, 1Z0-817

Moderator: admin

Post Reply
teodorj
Posts: 28
Joined: Tue Jun 19, 2018 10:27 am
Contact:

About Question enthuware.ocpjp.i.v11.2.3011 :

Post by teodorj »

Code: Select all

//In file module-info.java:
module cars{
    exports com.car;
}

module trucks{
    requires cars;
} 
I choose this option because I think they are in different module-info files. Nice trick :lol:

Post Reply

Who is online

Users browsing this forum: Google [Bot] and 2 guests