How to view JavaByte code

I am doing a research that requires me to view the contents of a .class file. Is there any tool that I can use that will allow me to view the code inside of a compiled java file?
[185 byte] By [lodatuma] at [2007-10-3 1:06:42]
# 1
The javap utility in the JDK will disasmeble class files ( -c option).
alan.batemana at 2007-7-14 18:03:20 > top of Java-index,Java HotSpot Virtual Machine,Specifications...