Hello...
Could someone explain to me why after compiling my Java program I get some class files that look like:
classname$x.class (where x is a number)
I need these for the program to run, but I have no idea how or why they are created or what they do...
they are all pretty small (only 1K)
Thanks in advance
Neil
Could someone explain to me why after compiling my Java program I get some class files that look like:
classname$x.class (where x is a number)
I need these for the program to run, but I have no idea how or why they are created or what they do...
they are all pretty small (only 1K)
Thanks in advance
Neil