Can you tell me how to know which servlet and JSP version am I using ? I use NetBeans IDE 7.1.2 for creating Servlets and JSP.
The version is declared in the web.xml file using the attribute version.
web.xml
version
...
Read more