Answers

Question and Answer:

  Home  Java Servlet Programming

⟩ 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()

 178 views

More Questions for you: