If it is possible to compile .java files to .class files, is it possible to revert this process?
I don't want to do it, just generally wondering.
Printable View
If it is possible to compile .java files to .class files, is it possible to revert this process?
I don't want to do it, just generally wondering.
There are tools for it.
Don't expect them to produce particularly readable stuff, though.
Indeed, they often produce code that doesn't actually compile.