import Java.sql.*; /** * Simple demo of how to perform a SQL query using JDBC. **/ public cl
#include "JNIExample.h" /** * This method just returns the string "Hello World fr
/* DO NOT EDIT THIS FILE - it is machine generated **/ #include <jni.h> /* Header for class
grant { permission Java.security.AllPermission; };
/** * Remote interface for HelloWorldSessionBean * * @see HelloWorldSessionBean **/ public
import Javax.XML.parsers.*; import org.w3c.dom.*; import org.xml.sax.*; /** * DOMDemo uses JA
/** * Demo use of a StringBuffer ***/ public class StringBufferDemo { public static void
/** * Demo how to convert int to String and back. Similar * stuff can be done with the Float, D
/** * Demo how threads in Java work ***/ public class ThreadDemo extends Thread
import Java.util.*; /** * Demonstrates how to use a Vector (essentially a growable array).