comparing class files
I have a java file called test.java and i compiled it using two different versions of java compiler. Now i want to compare the two class files generated by the respective compilers. How can i go about that? can anyone please suggest an idea for this?Thanks and