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?
No. And you can verify this by using DJ Java Decompiler, for example. If you also refer to the Java Class File Format, you'll see there's no construct for storing comments.