How is it possible to show names of methods, types of variables in class, which described in *.class file?
Printable View
How is it possible to show names of methods, types of variables in class, which described in *.class file?
google "java decompiler" it turns a .class file into a .java i think. Never used one, just heard about them.
javadocs too