What is new in ServletRequest interface?(Servlet 2.4)

Submitted by: Administrator
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()
Submitted by: Administrator

Read Online Java Servlet Programming Job Interview Questions And Answers