Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个类文件,是否可以检查它是在哪个版本的 JDK 中编译的?
类文件是一个 servlet,它正在 JSP 页面中执行。在JSP页面中,我可以对编译它的类文件JDK版本进行response.write吗?
你可以尝试这样的事情: -
javap -verbose MyClass