InterviewSolution
Saved Bookmarks
| 1. |
What Is New In Servletrequest Interface ? (servlet 2.4) |
|
Answer» The following METHODS have been ADDED to SERVLETREQUEST 2.4 VERSION: public INT getRemotePort()public java.lang.String getLocalName() public java.lang.String getLocalAddr() public int getLocalPort() The following methods have been added to ServletRequest 2.4 version: |
|