Extra-credit assignment

Write a program in a language of your choice to read Java class files and extract the following information from a given file: version numbers, constant pool size, constants, access flags, class name, super class name, fields count, field names, methods count, and method names.

Submitters