size optimize

Hi,I have a applet I want to optimize on size.Can javac do size/speed optimizing in the way a c-compiler does?Is there any tool that size optimizes the bytecode?Thanks for any help.
[216 byte] By [prsgrstna] at [2007-10-1 8:23:18]
# 1
An obfuscator will usually produce smaller class files.
tschodta at 2007-7-9 21:36:18 > top of Java-index,Developer Tools,Java Compiler...