DEVFYI - Developer Resource - FYI

What is new in ServletRequest interface?(Servlet 2.4)

Servlet Interview Questions and Answers


(Continued from previous question...)

9. 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()

(Continued on next question...)

Other Interview Questions