反编译可以看到Java注释吗? [英] Can Java comments be seen by decompiling?

查看:213
本文介绍了反编译可以看到Java注释吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

解决方案

我想知道是否在我的代码中添加注释,当有人试图反编译它时,如果他们可以阅读我的意见。 / div>

否,评论绝不会作为编译过程的一部分。它们通常在某种预处理或第一阶段阶段被删除。


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, comments are never included as part of the compilation process. They are typically removed in some sort of pre-processing, or first-pass stage.

这篇关于反编译可以看到Java注释吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆