mirror of
https://github.com/openjdk/jdk8u.git
synced 2025-12-10 10:44:16 -06:00
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
Compiled from "HelloWorld.java"
|
|
public class HelloWorld extends java.lang.Object{
|
|
public HelloWorld();
|
|
public static void main(java.lang.String[]);
|
|
public native void test();
|
|
}
|
|
|