Creating and Using Java Objects in COBOL

Using the C$JAVA routine, you can create new Java objects in COBOL, call methods on Java objects, and destroy Java objects. The following sections describe how.