Cooptalis interview question

Quel est la difference entre ServletConfig et ServletContext ? (Question Java)

Interview Answer

Anonymous

Feb 16, 2021

The servletconfig object refers to the single servlet whereas servletcontext object refers to the whole web application.