I was wondering if I put comments in my code and when someone tried to decompile it, if they could read the comments that I put?
Comments aren't included in the .class files, so a decompiler won't be able to produce them.
.class