Talking about ServletContext and ServletConfig in Jakarta EE Servlet
ServletContext is an object instantiated by Web Container when we deploy a Jakarta EE web application. It is used to store and retrieve information that we configure for all the Servlets present in the application. And ServletConfig helps us get information defined for a particular… Read More