Understanding Java Byte Code

前端 未结 6 2191
长发绾君心
长发绾君心 2021-01-30 15:05

Often I am stuck with a java class file with no source and I am trying to understand the problem I have at hand.

Note a decompiler is useful but not sufficient in all si

6条回答
  •  温柔的废话
    2021-01-30 15:44

    Fernflower is an analytical decompiler, so it will decompile classes to a readable java code instead of bytecodes. It's much more usefull when you want to understand how code works.

提交回复
热议问题