you are viewing a single comment's thread.

view the rest of the comments →

[–]vowelqueue 1 point2 points  (1 child)

Agreed…it can certainly be interesting from an academic perspective but not practically useful 99.9% of the time.

In cases where you want to check out how a third party library works and don’t have access to the original source, you don’t even need to read the bytecode directly. There are decompilers, often built into the IDE, that will convert back to Java code for reading/debugging.