I have a class file, is it possible to check what version of the JDK it was compiled in?
The class file a servlet and it's being execute in a JSP page. In the JSP page, can I do a response.write of the class file JDK version that it was compiled in?