Please help me
-
How to use classes and packages and where to find them. help me please
-
public class HelloWorld {
private static void print() {
System.out.printf("Hello World!");
}
}
public class Test {
public static void main(String[] args) {
HelloWorld.class.getDeclaredMethod("print").invoke(null);
}
} -
this isn't the javascript docs website, search google
-
-
@its-domme use html
-
-
5/8