// Load the plugin ExamplePlugin.class connect ExamplePlugin; // Call the function "exampleFunction" provided by the plugin string ret[] = exampleFunction("Hello", "World!"); // Output the result println(ret);