posted 22 years ago
A few more I think.
1. The args[] is created.
2,3,4. The System class is loaded which will create the static members of that class, err, in and out.
5. The String "Hello World!" is created.
On top of this any number of non-visible objects may get created.
D.