These are most likely encrypted strings for use within the application. The applet should include some sort of decryption routine for them or it wouldn't be able to use them. This looks to me like a poorly decompiled or obfuscated initialization code for some field in the class called z
(an array of String).
As far as Java is concerned, these are just regular string constants. There is no special significance to them whatsoever.