我的运行结果:1。命令行:JDK1.4.1_02
D:\>javac TestStatic.java
D:\>java TestStatic
static 1059964948738 started.1059964958753 end.10015 total.
instance 1059964958753 started.1059964968767 end.10014 total.
instance 1059964968767 started.1059964978782 end.10015 total.
D:\>java TestStatic
static 1059965002546 started.1059965012560 end.10014 total.
instance 1059965012560 started.1059965022575 end.10015 total.
instance 1059965022575 started.1059965032589 end.10014 total.
D:\>java TestStatic
static 1059965132863 started.1059965142878 end.10015 total.
instance 1059965142878 started.1059965152892 end.10014 total.
instance 1059965152892 started.1059965162906 end.10014 total.
2。Jbuilder7 with JDK1.3.1
static 1059965207821 started.1059965217986 end.10165 total.
instance 1059965217986 started.1059965228080 end.10094 total.
instance 1059965228080 started.1059965238175 end.10095 total.
static 1059965260667 started.1059965270822 end.10155 total.
instance 1059965270822 started.1059965280916 end.10094 total.
instance 1059965280916 started.1059965290991 end.10075 total.
static 1059965305321 started.1059965315486 end.10165 total.
instance 1059965315486 started.1059965325590 end.10104 total.
instance 1059965325590 started.1059965335675 end.10085 total.
3。Jbuilder7 with JDK1.4.0-b92
static 1059965465762 started.1059965475916 end.10154 total.
instance 1059965475916 started.1059965486001 end.10085 total.
instance 1059965486001 started.1059965496105 end.10104 total.
static 1059965537195 started.1059965547439 end.10244 total.
instance 1059965547439 started.1059965557534 end.10095 total.
instance 1059965557534 started.1059965567618 end.10084 total.
static 1059965618732 started.1059965628947 end.10215 total.
instance 1059965628947 started.1059965639041 end.10094 total.
instance 1059965639041 started.1059965649126 end.10085 total.
莫名其妙。