this is with JDK1.2 :)

xtoph

toshok@starvation> /usr/local/japhar/bin/javap -classpath $CLASSPATH
java.lang.Object

Compiled from Object.java
public class java.lang.Object {
    static {};
    public java.lang.Object();
    protected native java.lang.Object clone() throws
java.lang.CloneNotSupportedException;
    public boolean equals(java.lang.Object);
    protected void finalize() throws java.lang.Throwable;
    public final native java.lang.Class getClass();
    public native int hashCode();
    public final native void notify();
    public final native void notifyAll();
    public java.lang.String toString();
    public final void wait() throws java.lang.InterruptedException;
    public final native void wait(long) throws
java.lang.InterruptedException;
    public final void wait(long, int) throws
java.lang.InterruptedException;
}

Reply via email to