|
What this is
Other links
The source code
package test0241;
import java.util.*;
public class Test {
public int i;
public void foo() {}
class B {
}
class D {
}
public void bar() {
}
int j;
public static int foo3() {
return 3;
}
public static int k = foo3();
Object l, n, m;
public void foo2() {
}
class D {
}
}
|
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.