|
What this is
Other links
The source code
package b137984;
public class C {
C2 c2;
C2.C3 c3;
C(int c) {
c2 = new C2(c);
c3 = c2.new C3(c);
}
class C2 {
C2(int x) {}
class C3 {
C3(int x) {}
}
}
}
|
| ... 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.