This sample program passes a string back and forth between Java and PL/I. Refer to Figure 30 for the complete listing of the jPassString.java program. The Java portion has one Java class, jPassString.java. Our native method, written in PL/I, is contained in passString.pli. Much of the information from the first sample program applies to this sample program as well. Only new or different aspects will be discussed for this sample program.