Tag: java ServletContext
Understanding ServletConfig and ServletContext
by  Java4s | 2 Comments
  [ Ask Question ]
In our servlet application development, some of the programmers will write fixed coding , with in the servlet, which is not recommended. For example, if we write database related code in our servlet, in future if…