Yes.. u can convert the .class to .java files. There are freewares available.
Also, to counter this one, there are special softwares (I think these are called Obfuscators).. which kind of "encrypt" your
.class file so that the decompilers don't give good results.
If you want to have a look at the .class file format you can see
one at
www.vijaymukhi.com. After that maybe you will write one
decompiler
p.s. Vijay Mukhi's site also has a link to a Decompiler.. Check it out..
[This message has been edited by Anand Iyer (edited June 14, 2000).]