What is the recommended method to package a business object?
A.
create a jar file containing all class, interface and configuration files
B.
create two seperate jar files, one each for classes and interfaces
C.
create three separate jar files, one each for classes, interfaces and configurations
D.
package the files using a third-party packaging tool