Topic awaiting preservation: Strange Classes. (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 01-21-2008 18:50
So I'm working on a Java project for the first time in like forever. A language I've never had been very good at and I'm running into something thats throwing me off. |
Paranoid (IV) Inmate From: Switzerland |
posted 01-21-2008 18:54
The normal compiled expression of nested classes : PacketReader$1 is "child class 1 of class packetreader". And so on and so forth. |