728x90
Working with server:
<%=application.getServerInfo() %>
Servlet Specification:
<%=application.getMajorVersion()%>.<%= application.getMinorVersion() %>
JSP version:
<%= JspFactory.getDefaultFactory().getEngineInfo().getSpecificationVersion() %>
[출처] JSP버전 확인|작성자 matzip84
728x90
'Java' 카테고리의 다른 글
map key 값 가져오기 (0) | 2015.11.04 |
---|---|
List to array, array to List (0) | 2015.11.03 |
Field static 유무 (0) | 2015.10.30 |
Java 코딩 지침 (0) | 2015.10.08 |
컴파일된 class 파일의 클래스 버전 확인하기 (0) | 2015.10.07 |