Method getServletContextName() returns the name of the \"web application\". That means, \"ServletContext\" is nothing but \"web application\". Ok.
getServletContextName()
API defin
"Context" means.. context - it has contextual information and functionality for a particular web application:
ServletContext is the context of a Java web application (because it uses servlets)
ServletContext