I'm using enumerations to replace String constants in my java app (JRE 1.5). Is there a performance hit when I treat the enum as a static array of names in ...
確定! 回上一頁