IT Placement Papers JAVA Servlets
This category contains Servlets Interview Questions and Answers |
What is new in ServletRequest interface ? (Servlet 2.4)
|
|
|
|
|
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()
Only registered users can write comments. Please login or register.
|