Saturday 5 September 2015

How to get the server information in a servlet?

We can use below code snippet to get the servlet information in a servlet through servlet context object.
getServletContext().getServerInfo()

No comments:

Post a Comment