javac - This command is use to compile your java code, which converts your .java into .class file.
But is this possible to do the reverse ?
Yes it is possible - I have seen a lots of decompiler software on the internet through which it is possible.
is javap is responsible ??
javap - This command will give you only the class structure not the code logic.
You can see the class structure of in built classes as well.
No comments:
Post a Comment